View source: R/getDatedFileName.R
getDatedFilename | R Documentation |
Returns a character vector with an file name having the date prepended.
getDatedFilename(filename)
filename |
character vector with name to use in file name |
A character string with a file name prepended with the date and time in YYYY-MM-DD_hh_mm_ss_basename format.
library(nprcgenekeepr)
getDatedFilename("testName")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.