read_file | R Documentation |
Reads in a file from path, using given function if the file exists and matches optional extensions list
read_file(path, fun, extensions = NA)
path |
(string) Path to read the file in from |
fun |
(function) Function used to read in the file |
extensions |
(list) List of valid extensions |
Data from the file if validation succeeds, NULL otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.