validate_bad_osm_ids | R Documentation |
Parses a Java-style array string (e.g., "[id1, id2]"
), extracts OSM IDs,
and prints a pretty warning if any invalid IDs are found.
validate_bad_osm_ids(bad_ids_string)
bad_ids_string |
Character. A string formatted as a Java array (e.g., |
If no invalid IDs are found (i.e., input is "[]"
), prints nothing.
Warning if necessary.
Other support functions:
exists_tiff()
,
fileurl_from_metadata()
,
start_r5r_java()
,
stop_r5()
,
tempdir_unique()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.