powered by
Get metadata attribute from RCDF data
get_attr(rcdf, key)
RCDF attribute/s or NULL
RCDF data
Valid metadata key.
if (FALSE) { # Assuming `df` is a valid RCDF object get_attr(df, "area_names") # To get nested attributes get_attr(df, "meta.source_note") }
Run the code above in your browser using DataLab