load_files | R Documentation |
load files paths in specified location
load_files( load_from, pattern = "\\.csv$", read_as_df = TRUE, use_fread = TRUE, avoid = "^_|archive", full.names = TRUE, load = FALSE, ... )
load_from |
a path for where files are load from |
read_as_df |
a logical, if to read as data frame, else read as text |
load |
a logical for if actually read the files; if pattern is not ".csv", then read as text |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.