Create a standard set of folders for a QCoder project
create_qcoder_project(project_name, sample = FALSE)
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. |
create_qcoder_project(project_name = "my_qcoder_project")#> Warning: 'my_qcoder_project' already exists#> Warning: 'my_qcoder_project/documents' already exists#> Warning: 'my_qcoder_project/codes' already exists#> Warning: 'my_qcoder_project/data_frames' already exists#> Warning: 'my_qcoder_project/units' already exists#> Warning: 'my_qcoder_project/images' already exists#> Warning: 'my_qcoder_project/media' already exists#> Warning: 'my_qcoder_project/memos' already exists#> Warning: 'my_qcoder_project/misc' already exists