export_datetime {secuTrialR} | R Documentation |
Return the date and time that an export was performed
Description
Return the date and time that an export was performed
Usage
export_datetime(x)
export_date(x)
Arguments
x |
secuTrial export |
Value
export_date
returns a date object, export_datetime
returns a string
Examples
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)
[Package secuTrialR version 1.3.3 Index]