Render file from Google Drive if there have been edits
To know more about trackdown
workflow and features see
trackdown-package
help page.
render_file(
file,
gfile = basename(file),
gpath = "trackdown",
shared_drive = NULL
)
character. The path of a local `.Rmd` or `.Rnw` file.
character. The name of a Google Drive file (defaults to local file name).
character. (Sub)directory in My Drive or a shared drive
(optional). By default files are uploaded in the folder "trackdown". To
specify another folder the full path is required (e.g.,
"trackdown/my_folder"). Use NULL
to upload directly at the root
level, although it is not recommended.
character. The name of a Google Drive shared drive (optional).
`TRUE` if file from Google Drive was saved and rendered, `FALSE` otherwise