FileName | R Documentation |
simple function to construct a file name for data
FileName( project = "Project", subset = NULL, type = NULL, name = NULL, unix = TRUE, ... )
project |
name of project, Default: 'Project' |
subset |
define subset of data, Default: NULL |
type |
type of data, Default: NULL |
name |
save name, Default: NULL |
unix |
logical, indicating whether or not to append unix timestamp, Default: TRUE |
... |
further arguments passed to or from other methods |
FileName() # [1] "Project-Name-1528834963" FileName(project = "Project" , subset = "subset" , type = "longitudinal" , name = "cheese", unix = FALSE) # [1] "Projectsubset-longitudinal-cheese"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.