create_qcoder_project: Create a standard set of folders for a QCoder project

Description Usage Arguments Examples

View source: R/utils.R

Description

Create a standard set of folders for a QCoder project

Usage

1

Arguments

project_name

A string project name to be located in the current working directory or a path to a project folder.

sample

Logical that indicates that the sample data should be copied to the project.

Examples

1
2
create_qcoder_project(project_name = "my_qcoder_project")
unlink("./my_qcoder_project", recursive=TRUE)

ropenscilabs/qcoder documentation built on Dec. 31, 2021, 9:11 p.m.