read_documents_data: Create a data frame of documents

Description Usage Arguments Examples

View source: R/read_in_files.R

Description

Create a data frame of documents

Usage

1
2
3
4
5
6
7
read_documents_data(
  project_name,
  data_path = "documents/",
  df_path = "data_frames",
  data_frame_name = "qcoder_documents",
  project_path = ""
)

Arguments

project_name

Name of the Qcoder project

data_path

path to a folder contain text files to be analyzed.

df_path

Full path to the docs data frame.

data_frame_name

The name of the RDS file that the data frame will be stored in.

project_path

Full path to the project folder.

Examples

1
2
3
4
 ## Not run: 
read_documents_data("_my_qcoder_project")

## End(Not run)

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