Skip to contents

Getting started

Amend a query

apply_profile() galah_apply_profile()
Apply a data quality profile
arrange(<data_request>) arrange(<metadata_request>) experimental
Order rows using column values
count(<data_request>)
Count the observations in each group
desc() unnest()
Non-generic tidyverse functions
filter(<data_request>) filter(<metadata_request>) filter(<files_request>) galah_filter()
Keep rows that match a condition
geolocate() galah_geolocate() galah_polygon() galah_bbox() galah_radius() st_crop(<data_request>) experimental
Narrow a query to within a specified area
group_by(<data_request>) galah_group_by()
Group by one or more variables
identify(<data_request>) identify(<metadata_request>) galah_identify()
Narrow a query by passing taxonomic identifiers
select(<data_request>) galah_select()
Keep or drop columns using their names
slice_head(<data_request>) slice_head(<metadata_request>) experimental
Subset rows using their positions
reexports arrange collect compute collapse identify filter select group_by slice_head count st_crop
Objects exported from other packages

Execute a query via API

Miscellaneous functions