read_code_data: Create a file of codes from csv file Use this if you have a...

Description Usage Arguments Examples

View source: R/read_in_files.R

Description

Create a file of codes from csv file Use this if you have a spreadsheet of codes already created.

Usage

1
2
3
4
5
6
7
read_code_data(
  project_name,
  data_path = "codes/codes.csv",
  df_path = "data_frames",
  data_frame_name = "qcoder_codes",
  project_path = ""
)

Arguments

project_name

Name of the project, which matches folder name

data_path

Path to a file containing code data in csv.

df_path

Full path to the codes 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
create_qcoder_project(project_name = "_my_qcoder_project", sample = TRUE)
read_code_data(project_name = "_my_qcoder_project")
unlink("./_my_qcoder_project", recursive=TRUE)

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