write_files_to_project | R Documentation |
Selects a number of files to RQDA based on a regular expression matched on the filename.
write_files_to_project( proj, pattern = NULL, ignore_case = FALSE, sourcedir = NULL )
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. |
The function has the side-effect of altering the state of the indicated RQDA project.
The files to be imported are expected to be in plain text format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.