View source: R/removed_redacted.R
remove_redacted | R Documentation |
The remove_redacted()
function identifies and removes records where 'aggregator' is not equal to iDigBio or GBIF.
remove_redacted(df, aggregator = "aggregator")
df |
A data frame downloaded with |
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. |
This function requires no additional packages.
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()
.
cleaned_data <- remove_redacted(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.