r - Pubishing to rpubs existing html file -
i trying publish rpubs html file generated rmd using knithtml. however, knitting takes long run , not want rerun whole knit process again make minor changes appearance of html document.
i cannot seem find publish button moment close html file , reopen again.
install package markdown
can try code:
result <- rpubsupload(title='your title',htmlfile='your_html_file_and_path.html',method=getoption('rpubs.upload.method','auto')
a successful upload return 2 values in result
, website addresses. copy , paste continueurl
browser complete upload.
or can use function:
browseurl(result$continueurl)
to go straight webpage using default browser.
note sure there automated way of uploading without using browser way know right now.
Comments
Post a Comment