Remove Redacted Information - Remove protected or private records prior to publication
Source:R/removed_redacted.R
remove_redacted.Rd
The remove_redacted()
function identifies and removes records where 'aggregator' is not equal to iDigBio or GBIF.
Arguments
- df
A data frame downloaded with
gators_download()
.- aggregator
Default = "aggregator". The name of the column in the data frame that identifies the aggregator that provided the record. This is equal to iDigBio or GBIF.
Value
A data frame with redacted records removed.
Information about the columns in the returned data frame can be found in the documentation for gators_download()
.