read_file | R Documentation |
Read a file of an arbitrary type
read_file(path_to_file, verbose = FALSE, csv_opt = "data.table::fread", ...)
path_to_file |
[chr] full path with extension |
verbose |
[lgl] noisy or quiet function? |
csv_opt |
[chr] name spaced function call for csv reads (default '"data.table::fread"') |
... |
[any] additional arguments to pass to the reader function |
[file] an object of appropriate file type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.