View source: R/isodt_to_local.R
isodt_to_local | R Documentation |
isodt_to_local(
datetime_string,
orders = c("YmdHMS", "YmdHMSz"),
tz = get_default_tz(),
quiet = TRUE
)
datetime_string |
(character) An ISO8601 datetime string as produced by XForms exported from ODK Central. |
orders |
(vector of character) Orders of datetime elements for
|
tz |
A timezone to convert dates and times to. Read |
quiet |
(lgl) Used in |
This function is used internally by ruODK
to parse ISO timestamps
to timezone-aware local times.
Warnings are suppressed through lubridate::parse_date_time(quiet=TRUE)
.
A lubridate
PosixCT datetime in the given timezone.
Other utilities:
attachment_get()
,
attachment_link()
,
attachment_url()
,
drop_null_coords()
,
form_schema_parse()
,
get_one_attachment()
,
get_one_submission()
,
get_one_submission_att_list()
,
get_one_submission_audit()
,
handle_ru_attachments()
,
handle_ru_datetimes()
,
handle_ru_geopoints()
,
handle_ru_geoshapes()
,
handle_ru_geotraces()
,
odata_submission_rectangle()
,
predict_ruodk_name()
,
prepend_uuid()
,
split_geopoint()
,
split_geoshape()
,
split_geotrace()
,
strip_uuid()
,
tidyeval
,
unnest_all()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.