look_up_object_by_UUID | R Documentation |
Given a vector of file names (possibly including their paths), find the file name that contains the given UUID and load that file
look_up_object_by_UUID(UUID_to_find, rds_file_set)
UUID_to_find |
a UUID string to look for in file names |
rds_file_set |
vector of file names (possibly including paths) |
Returns the object loaded from the rds file if found, NULL if no file name containing given UUID was found
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.