write_files_to_project: Write Text Files to an RQDA Project

write_files_to_projectR Documentation

Write Text Files to an RQDA Project

Description

Selects a number of files to RQDA based on a regular expression matched on the filename.

Usage

write_files_to_project(
  proj,
  pattern = NULL,
  ignore_case = FALSE,
  sourcedir = NULL
)

Arguments

proj

The path to the RQDA project.

pattern

A regular expression for matching selected files.

ignore_case

Logical; whether to consider the case when matching.

sourcedir

The path to the directory containing the text files.

Value

The function has the side-effect of altering the state of the indicated RQDA project.

Note

The files to be imported are expected to be in plain text format.


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.