View source: R/open-notes-files.R
| open_notes | R Documentation |
Loops over a vector or file paths and open the files indicated. If two or more datasets have the same name basename, only the last read will be available
open_notes(
week,
day,
file_types = c("notes", "data", "rmd"),
path = "/Users/user/Documents/GitHub/data_rewrite2",
clean_names = TRUE,
drop_dups = TRUE
)
week |
Integer |
day |
Integer |
file_types |
Character; Any or all of 'notes', 'rmd', or 'data' |
path |
Character; Location of course repo |
clean_names |
Logical; Pass dataset columns names through |
drop_dups |
Logical; Remove duplicated dataset names |
Character; names of datasets attached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.