Skip to contents

Checks for an existing InstrumentQC folder, if not present creates the folder and populates it with the required website components

Usage

FolderSetup(
  SetUpGit = FALSE,
  organization_name = "UMGCC FCSS",
  organization_website = "https://www.medschool.umaryland.edu/cibr/core/umgccc_flow/",
  githubusername = "umgccfcss",
  institution_name = "University of Maryland, Baltimore"
)

Arguments

SetUpGit

Default is FALSE, when git token credentials are present, it will generate a git repository for the folder and push to GitHub.

organization_name

The organization name, ex. UMGCC FCSS

organization_website

The organizations website, ex. https://www.medschool.umaryland.edu/cibr/core/umgccc_flow/

githubusername

The GitHub user name, ex. umgccfcss

institution_name

The institution name, ex. University of Maryland, Baltimore

Value

A generalized InstrumentQC folder to which additional elements can be added

Examples


if (FALSE) { # \dontrun{
FolderSetup()
} # }