
Create a data frame of unit to document links from csv file Use this is you have a spreadsheet already created.
Source:R/read_in_files.R
      read_unit_document_map_data.RdCreate a data frame of unit to document links from csv file Use this is you have a spreadsheet already created.
Usage
read_unit_document_map_data(
  project_name,
  data_path = "units/unit_document_map.csv",
  data_frame_name = "qcoder_unit_document_map",
  project_path = "",
  df_path = "data_frames"
)Examples
create_qcoder_project(project_name = "_my_qcoder_project", sample = TRUE)
project_name = "_my_qcoder_project"
read_unit_document_map_data( project_name = "_my_qcoder_project")
unlink("./_my_qcoder_project", recursive=TRUE)