ottrfy: OTTRfy your repository

View source: R/ottrfy.R

ottrfyR 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)


ottrpal documentation built on April 3, 2025, 7:46 p.m.