powered by
Use the tidytemplate Rmd for starting your analysis with a leg up for processing
use_tidytemplate(name = NULL, open = interactive(), ..., refdate = today())
A logical vector indicating whether the file was created or modified, invisibly.
name of your TidyTuesday analysis file
should the file be opened after being created
arguments to be passed to usethis::use_template()
usethis::use_template()
date to use as reference to determine which TidyTuesday to use for the template. Either date object or character string in YYYY-MM-DD format.
if (FALSE) { # interactive() use_tidytemplate(name = "My_Awesome_TidyTuesday.Rmd") }
Run the code above in your browser using DataLab