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)
Information regarding a Github account
if (FALSE) { # \dontrun{
ottrfy(type = "rmd")
ottrfy(type = "quarto")
ottrfy(type = "rmd_web")
ottrfy(type = "quarto_web")
} # }