export_date: Return the date and time that an export was performed

View source: R/export_date.R

export_datetimeR 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)

secuTrialR documentation built on March 7, 2023, 5:35 p.m.