date_formats {ISAnalytics} | R Documentation |
dates_format
parameter in
import_association_file
,
import_parallel_vispa2Matrices_interactive
and
import_parallel_vispa2Matrices_auto
.All options correspond to lubridate
functions:
ymd: year, month, date
ydm: year, day, month
mdy: month, day, year
myd: month, year, day
dmy: day, month, year
dym: day, year, month
yq: year quantile
date_formats()
NOTE: use the same date format across the association file.
A character vector
import_association_file
,
import_parallel_Vispa2Matrices_auto
date_formats()