View source: R/idig_build_attrib.R
idig_build_attrib | R Documentation |
Function to build attribution dataframe from a query to the iDigBio API
idig_build_attrib(dat)
dat |
dataframe generated by idig_search method |
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.
a data frame
Kevin Love
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.