View source: R/odata_submission_rectangle.R
unnest_all | R Documentation |
unnest_all(
nested_tbl,
names_repair = "universal",
names_sep = "_",
form_schema = NULL,
verbose = get_ru_verbose()
)
nested_tbl |
A nested tibble |
names_repair |
The argument |
names_sep |
The argument |
form_schema |
An optional form_schema,
like the output of |
verbose |
Whether to display debug messages or not. Read |
odata_submission_rectangle
uses this function
internally.
Interested users can use this function to break down ruODK
's automated
steps into smaller components.
The quite verbose output of tidyr::unnest_wider
is captured
and hidden from the user.
The un-nested tibble in wide format
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()
,
isodt_to_local()
,
odata_submission_rectangle()
,
predict_ruodk_name()
,
prepend_uuid()
,
split_geopoint()
,
split_geoshape()
,
split_geotrace()
,
strip_uuid()
,
tidyeval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.