View source: R/general_functions.R
read_csv_or_rds | R Documentation |
checks if file exists in rds or csv format, and reads from original extension if given; else reads rds file preferentially
read_csv_or_rds(filename, ...)
filename |
character vector of length 1: with or without extension |
the read data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.