## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  echo = TRUE,
  eval = FALSE,
  comment = "#>"
)

## ---- echo = TRUE, eval = FALSE-----------------------------------------------
#  trackdown::upload_file(file = "Path-to-file/My-Report.Rmd", hide_code = TRUE)

## ---- echo = TRUE, eval = FALSE-----------------------------------------------
#  trackdown::download_file(file = "Path-to-file/My-Report.Rmd")

## ---- echo = TRUE, eval = FALSE-----------------------------------------------
#  trackdown::update_file(file = "Path-to-file/My-Report.Rmd", hide_code = TRUE)

## ---- echo = TRUE, eval = FALSE-----------------------------------------------
#  trackdown::render_file(file = "Path-to-file/My-Report.Rmd")

