predict_ruodk_name | R Documentation |
tidyr::unnest_wider(names_sep="_")
prefixes
the form path.Predict a field name after tidyr::unnest_wider(names_sep="_")
prefixes
the form path.
predict_ruodk_name(name_str, path_str)
name_str |
An Xforms field name string. |
path_str |
A path string, e.g. "Submissions" or "Submissions.group_name". |
The name as built by tidyr::unnest_wider(names_sep="_")
.
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()
,
prepend_uuid()
,
split_geopoint()
,
split_geoshape()
,
split_geotrace()
,
strip_uuid()
,
tidyeval
,
unnest_all()
## Not run:
predict_ruodk_name("bar", "Submissions.foo")
# > "foo_bar"
predict_ruodk_name("bar", "Submissions")
# > "bar"
predict_ruodk_name("rock", "Submissions.foo_fighters")
# > "foo_fighters_rock"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.