R/read_in_files.R
read_code_data.Rd
Create a file of codes from csv file Use this is you have a spreadsheet of codes already created.
read_code_data(file_path = "codes/codes.csv", codes_df_path = "", data_frame_name = "qcoder_codes", project_name, project_path = "")
file_path | Path to a file containing code data in csv. |
---|---|
codes_df_path | Full path to the codes data frame. |
data_frame_name | The name of the RDS file that the data frame will be stored in. |
project_name | Name of the project, which matches folder name |
project_path | Full path to the project folder |
# NOT RUN { fp <-"inst/example_codes/" dfn <- "test_codes" read_code_data(fp, dfn) # }