View source: R/needed_records.R
needed_records | R Documentation |
The needed_records()
function identifies records with flags, therefore withheld. This indicates that information
is withheld from these records due to endangered species status, for example. Accessing this information may
require a permit. Or, these records can be removed from the data set with remove_redacted()
.
needed_records(df, info.withheld = "informationWithheld")
df |
A data frame downloaded with |
info.withheld |
Default = "informationWithheld". The name of the information withheld column in the data frame. |
This function requires no additional packages.
A data frame with only records for which locality was flagged as redacted or missing.
Information about the columns in the returned data frame can be found in the documentation for gators_download()
.
need_info <- needed_records(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.