import_project_data: Read data into a project Convenience method to read raw data...

Description Usage Arguments Examples

View source: R/read_in_files.R

Description

Read data into a project Convenience method to read raw data from standard locations and using standard names in a project folder structure.

Usage

1
import_project_data(project_name)

Arguments

project_name

The project name. This should represent the folder holding the project.

Examples

1
2
3
create_qcoder_project(project_name = "_my_qcoder_project", sample = TRUE)
import_project_data("_my_qcoder_project")
unlink("./_my_qcoder_project", recursive=TRUE)

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