archived/workflowr_commands.R

#### Only run these functions interactively in console, never in RMarkdown document

library(workflowr)

# Tell Git your name and email - Only need to run it once per computer
wflow_start(directory=getwd(), existing=T)

wflow_build()
wflow_publish('analysis/index.Rmd')
wflow_status()

wflow_publish(c("analysis/_site.yml", "analysis/diagnostics.Rmd"),
               "Add tab to website, adjust figure sizes")

#To add new tab, add
NaiaraLopezRojo/globalIRmap documentation built on Dec. 17, 2021, 5:19 a.m.