Learn R Programming

ridigbio (version 0.4.1)

idig_build_attrib: Attribution dataframe of iDigBio records query

Description

Function to build attribution dataframe from a query to the iDigBio API

Usage

idig_build_attrib(dat)

Value

a data frame

Arguments

dat

dataframe generated by idig_search method

Author

Kevin Love

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.