normalize_to_rds | R Documentation |
Normalize a file name to .rds suffix
normalize_to_rds(file)
normalize_to_rds("somefile") # somefile.rds
normalize_to_rds("somefile.rds") # somefile.rds
normalize_to_rds("somefile.r") # somefile.r.rds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.