create_empty_docs_file: Create an empty documents data set

Description Usage Arguments Examples

View source: R/read_in_files.R

Description

Used to create a codes data frame with no data but that can have data added. File is placed in the data_frames folder.

Usage

1

Arguments

path

Full path to data frame to be created.

Examples

1
2
3
4
5
create_qcoder_project(project_name = "_my_qcoder_project")
path <- file.path(getwd(),
  "_my_qcoder_project/data_frames/qcoder_docs__my_qcoder_project")
create_empty_docs_file(path)
unlink("./_my_qcoder_project", recursive=TRUE)

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