ottrfy | R Documentation |
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", overwrite = FALSE)
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? |
Information regarding a Github account
## Not run:
ottrfy(type = "rmd")
ottrfy(type = "quarto")
ottrfy(type = "rmd_web")
ottrfy(type = "quarto_web")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.