ottrfy {ottrpal} | R Documentation |
OTTRfy your repository
Description
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
Usage
ottrfy(path = ".", type = "rmd", 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 |
overwrite |
TRUE or FALSE existing files should be overwritten? |
Value
Information regarding a Github account
Examples
## Not run:
ottrfy(type = "rmd")
ottrfy(type = "quarto")
ottrfy(type = "rmd_web")
ottrfy(type = "quarto_web")
## End(Not run)
[Package ottrpal version 2.0.0 Index]