
Add new documents Adds new document or documents to an existing documents data frame.
Source:R/read_in_files.R
add_new_documents.Rd
Add new documents Adds new document or documents to an existing documents data frame.
Arguments
- files
Vector of new files to be added
- docs_df_path
Path to existing data frame of text documents
- file_path
Full path to the data set of documents including trailing slash
Examples
create_qcoder_project(project_name = "my_qcoder_project", sample = TRUE)
unlink("./my_qcoder_project", recursive=TRUE)