read_unit_data: Create a data frame of units from csv file Use this is you...

Description Usage Arguments Examples

View source: R/read_in_files.R

Description

Create a data frame of units from csv file Use this is you have a spreadsheet of units already created.

Usage

1
2
3
4
5
6
7
read_unit_data(
  data_path = "units/units.csv",
  data_frame_name = "qcoder_units",
  project_name,
  project_path = "",
  df_path = "data_frames"
)

Arguments

data_path

path to a file containing unit data in csv.

data_frame_name

The name of the RDS file that the data frame will be stored in.

project_name

Name of project if available

project_path

Full path to the project folder.

df_path

Full path to the units data frame.

Examples

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

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