uploadToOverleaf {BiocWorkflowTools} | R Documentation |
Upload a LaTeX project to Overleaf
uploadToOverleaf(path)
path |
File path to a directory or a single zip file to be uploaded. |
Does not return any value. The Overleaf project page will automatically open in the default browser.
## Not run: ## don't run this code chunk in the example as we don't want to spam Overleaf uploadToOverleaf(files = 'MyWorkflow', openInBrowser = TRUE) ## End(Not run)