strip_uuid: Strip the leading "uuid:" from a UUID hash.

View source: R/attachment_get.R

strip_uuidR Documentation

Strip the leading "uuid:" from a UUID hash.

Description

[Stable]

Usage

strip_uuid(uuid)

Arguments

uuid

A string which may contain any number of "uuid:"

Details

This is a helper function used by attachment_get.

Value

The string with every occurrence of "uuid:" deleted.

See Also

Other utilities: attachment_get(), attachment_link(), attachment_url(), drop_null_coords(), form_schema_parse(), get_one_attachment(), get_one_submission(), get_one_submission_attachment_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(), tidyeval, unnest_all()

Examples

## Not run: 
strip_uuid("uuid:1234")
strip_uuid("uuid:d3bcefea-32a8-4dbc-80ca-4ecb0678e2b0")

## End(Not run)

dbca-wa/ruODK documentation built on March 20, 2024, 12:19 p.m.