View source: R/general_functions.R
try_read | R Documentation |
reads rds or csv with tryCatch
try_read(filename, rds, ...)
filename |
character vector of length 1: with or without extension |
rationale for existence: if it's not known beforehand whether we're reading an rds or csv, may pass nonsensical arguments, so ignore if these are causing an error
the read data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.