Create a GitHub repository for the project.
Usage
createGithub(project_name, path, private = TRUE)
Arguments
- project_name
project name/title
- path
target file path for project directory
- private
TRUE/FALSE. Should the GitHub repository be private? Evaluated only if arguments git
and github
are TRUE.