powered by
Retrieves a specific metadata value from a .rcdf file.
.rcdf
get_rcdf_metadata(path, key)
The value associated with the specified metadata key, or NULL if the key does not exist.
NULL
Character string. The file path to the .rcdf file.
Character string. The metadata key to extract from the file.
if (FALSE) { # Assuming "example.rcdf" is a valid RCDF file in the working directory: get_rcdf_metadata("example.rcdf", "creation_date") }
Run the code above in your browser using DataLab