Create a data frame of units from csv file Use this is you have a spreadsheet of units already created.
Source:R/read_in_files.R
read_unit_data.Rd
Create a data frame of units from csv file Use this is you have a spreadsheet of units already created.
Usage
read_unit_data(
data_path = "units/units.csv",
data_frame_name = "qcoder_units",
project_name,
project_path = "",
df_path = "data_frames"
)
Examples
create_qcoder_project(project_name = "_my_qcoder_project", sample = TRUE)
read_unit_data(project_name = "_my_qcoder_project")
unlink("./_my_qcoder_project", recursive=TRUE)