csvRead | R Documentation |
read a csv matched from a list of files
csvRead(
pat = NULL,
exts = c("csv", "CSV"),
fl = makeArgs(),
readFun = readr::read_csv,
...
)
pat |
optional string pattern to match |
exts |
extensions for the table file |
fl |
file list (defaults to command arguments) |
readFun |
function to use for reading |
... |
additional parameters for readFun |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.