prep_git: Prepares git in project folder

Description Usage Arguments

View source: R/prep_git.R

Description

Mimics default github setup without readme

Usage

1
2
3
4
5
6
7
prep_git(
  target_folder = NULL,
  ignore = c(".Rproj.user/", ".Rhistory", ".DS_store"),
  github = TRUE,
  github_private = TRUE,
  repo_url = "https://github.com/matthiaskaeding/"
)

Arguments

target_folder

target folder

ignore

Character vector of files to ignore

github

Create github repo?

github_private

Should this be private (logical)?


matthiaskaeding/mt documentation built on Feb. 25, 2022, 10:24 a.m.