Description Usage Arguments Value Examples
Given a file, gets its stamped name from 'DATA_VC' for cases when you want to hardcode a file reference. The stamped file name is pushed to the system clipboard using the 'clipr' package and can be immediately pasted.
| 1 | get_vc_name(file, version_control = "DATA_VC", verbose = FALSE)
 | 
| file | name of file to retrieve stamped name | 
| version_control | name of version control file, default is 'DATA_VC' | 
| verbose | logical, print output to console? | 
writes string to system clipboard, invisibly
| 1 2 3 | make_data_vc()
saveRDS_vc(cars, "my_cars.rds", verbose = TRUE)
get_vc_name("my_cars.rds")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.