add_new_documents: Add new documents Adds new document or documents to an...

Description Usage Arguments Examples

View source: R/read_in_files.R

Description

Add new documents Adds new document or documents to an existing documents data frame.

Usage

1
add_new_documents(files, docs_df_path = "", file_path = "")

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

1
2
3
create_qcoder_project(project_name = "my_qcoder_project", sample = TRUE)

unlink("./my_qcoder_project", recursive=TRUE)

ropenscilabs/qcoder documentation built on Dec. 31, 2021, 9:11 p.m.