make_FileList | R Documentation |
In the RQDA package, there is a notion of a FileList, which is an R list in
which each element is a character vector of length 1 containing the content
of a text file and the names
of the list are the filenames.
make_FileList(files)
files |
A character vector with the filepaths. |
The files
argument can be generated by read_transcript
.
The approved format is plain text, but it may work for other text formats.
For this function to work properly, the target RQDA project has to be
open i.e. activated with library(RQDA)
or RQDA()
as the
case may be. Future version of this function may automate this process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.