Define an empty many to many unit to document map
Source:R/read_in_files.R
create_empty_unit_doc_file.Rd
Define an empty many to many unit to document map
Examples
create_qcoder_project(project_name = "_my_qcoder_project")
path <- file.path(getwd(),
"_my_qcoder_project/data_frames/qcoder_units_document_map__my_qcoder_project")
create_empty_docs_file(path)
unlink("./_my_qcoder_project", recursive=TRUE)