export_datetime | R Documentation |
Return the date and time that an export was performed
export_datetime(x)
export_date(x)
x |
secuTrial export |
export_date
returns a date object, export_datetime
returns a string
export_location <- system.file("extdata", "sT_exports", "lnames",
"s_export_CSV-xls_CTU05_long_ref_miss_en_utf8.zip",
package = "secuTrialR")
# read all export data
sT_export <- read_secuTrial(data_dir = export_location)
# get date/time
export_datetime(sT_export)
export_date(sT_export)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.