find_data | R Documentation |
Find rawdata and load it into memory for further process.
It requires the class attribute of the file is set prior to
using find_data()
method. Otherwise, use read_file()
function
instead unless you have specific reason not to.
find_data(file = NULL, ...)
file |
Input file |
... |
Other options relevant to the file type |
## Not run:
file <- "path/to/my-data.csv"
class(file) <- "csv"
dt <- find_data(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.