prepend_uuid: Prepend a leading "uuid:" to any string, e.g. an md5 hash.

View source: R/attachment_get.R

prepend_uuidR Documentation

Prepend a leading "uuid:" to any string, e.g. an md5 hash.

Description

[Stable]

Usage

prepend_uuid(md5hash)

Arguments

md5hash

A string, e.g. an md5 hash.

Details

This is the inverse of the helper function strip_uuid.

Value

The string with a prepended "uuid:"

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(), split_geopoint(), split_geoshape(), split_geotrace(), strip_uuid(), tidyeval, unnest_all()

Examples

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

## End(Not run)

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