Create a file of codes from csv file Use this if you have a spreadsheet of codes already created.
Source:R/read_in_files.R
read_code_data.Rd
Create a file of codes from csv file Use this if you have a spreadsheet of codes already created.
Usage
read_code_data(
project_name,
data_path = "codes/codes.csv",
df_path = "data_frames",
data_frame_name = "qcoder_codes",
project_path = ""
)
Examples
create_qcoder_project(project_name = "_my_qcoder_project", sample = TRUE)
read_code_data(project_name = "_my_qcoder_project")
unlink("./_my_qcoder_project", recursive=TRUE)