uploadToOverleaf {BiocWorkflowTools}R Documentation

Upload a LaTeX project to Overleaf

Description

Upload a LaTeX project to Overleaf

Usage

uploadToOverleaf(path)

Arguments

path

File path to a directory or a single zip file to be uploaded.

Value

Does not return any value. The Overleaf project page will automatically open in the default browser.

Examples

## 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)                


[Package BiocWorkflowTools version 1.18.0 Index]