Initialize a GitHub repository with a README.Rmd
init_repo.Rd
Initialize a GitHub repository with a README.Rmd
Usage
init_repo(
name,
org = "openscapes",
path = getwd(),
template = "openscapes-cohort-readme",
edit = TRUE
)
Arguments
- name
The name of the GitHub repository.
- org
The GitHub organization that will own the repository.
- path
The path to a directory where the repository will be initialized.
- template
Template to use as the basis for the draft. This is either the full path to a template directory or the name of a template directory within the
rmarkdown/templates
directory of a package.- edit
TRUE
to edit the template immediately