This script downloads all the files and sets up the folders you need to OTTR-fy a repository that has markdown or R Markdown files

ottrfy(path = ".", type = "rmd", git_commit = TRUE, overwrite = FALSE)

Arguments

path

What's the file path we are making an OTTR. Needs to be a directory

type

Can be "rmd", "quarto" "rmd_web", or "quarto_web" depending on what kind of OTTR site you'd like to make

Value

Information regarding a Github account

Examples

if (FALSE) { # \dontrun{

ottrfy(type = "rmd")

ottrfy(type = "quarto")

ottrfy(type = "rmd_web")

ottrfy(type = "quarto_web")

} # }