idig_build_attrib {ridigbio} | R Documentation |
Attribution dataframe of iDigBio records query
Description
Function to build attribution dataframe from a query to the iDigBio API
Usage
idig_build_attrib(dat)
Arguments
dat |
dataframe generated by idig_search method |
Details
This function differs from the attribution metadata that is attached to the dataframe returned by the idig_search_* methods. It summarizes the record sets used by records in the dataframe, not the record sets that have records that match the query sent to iDigBio. This is useful if only part of the records for a query are downloaded, for example with the limit and offset parameters.
Exported.
Value
a data frame
Author(s)
Kevin Love
[Package ridigbio version 0.3.8 Index]