View source: R/galah_apply_profile.R
apply_profile | R Documentation |
A 'profile' is a group of filters that are pre-applied by the ALA. Using a data profile allows a query to be filtered quickly to the most relevant or quality-assured data that is fit-for-purpose. For example, the "ALA" profile is designed to exclude lower quality records, whereas other profiles apply filters specific to species distribution modelling (e.g. CDSM).
Note that only one profile can be loaded at a time; if multiple profiles are given, the first valid profile is used.
For more bespoke editing of filters within a profile, use
filter.data_request()
.
apply_profile(.data, ...)
galah_apply_profile(...)
.data |
An object of class |
... |
a profile name. Should be a |
An updated data_request
with a completed data_profile
slot.
show_all()
and search_all()
to look up available data profiles.
filter.data_request()
can be used for more bespoke editing of individual data
profile filters.
## Not run:
# Apply a data quality profile to a query
galah_call() |>
identify("reptilia") |>
filter(year == 2021) |>
apply_profile(ALA) |>
atlas_counts()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.