get_uuid | R Documentation |
This function extracts a UUID (Universal Unique Identifier) from the filename, using a regular expression that specifically identifies the standard UUID format.
get_uuid(filename)
filename |
A character vector containing filenames or strings |
A character vector with extracted UUIDs (or NA if none found)
library(pliman)
file <- "Grãos - contagem_f68bca60-c8cf-4272-9448-3f28891a97cd.jpg"
file2 <- "Grãos - contagem_f68bca60-c8cf-4272-9448-3f8891a97cd.jpg"
get_uuid(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.