Reads the latest file in a folder.
1  | read.latest(folder = NULL, filetype = "json", pattern = NULL, ...)
 | 
folder | 
 path to folder  | 
filetype | 
 csv, csv2, json or excel. Defaults to json.  | 
pattern | 
 pattern to match files on. Note that by default files are filtered by file extensions correct for the type.  | 
... | 
 further arguments passed to jsonlite::fromJSON, read.csv, openxlsx::read.xlsx, etc.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.