unnest_extension {robis} | R Documentation |
Extract extension records from occurrence data with nested extension column.
Description
Extract extension records from occurrence data with nested extension column.
Usage
unnest_extension(df, extension, fields = "id")
Arguments
df |
the occurrence dataframe. |
extension |
the extension type (e.g. 'MeasurementOrFact', 'DNADerivedData'). |
fields |
columns from the occurrence dataframe to include. |
Value
The extension records.
[Package robis version 2.11.3 Index]