View source: R/fileHeaderPrompt.R
fileHeaderPrompt | R Documentation |
This function extracts file headers from
files. Recommended is to use this function
with the results from extractFilenames
fileHeaderPrompt(filenames)
filenames |
list containing file names. |
A string containing the file headers of the files in "filenames" list
## Not run:
prompt <- "how do I perform PCA on data in a file called test.txt?"
filenames <- extractFilenames(prompt)
fileHeaderPrompt(filenames)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.