Skip to contents

Getting started

galah_config()
View or set package behaviour
galah_call() request_data() request_metadata() request_files()
Start building a request

Update a request object

apply_profile() galah_apply_profile()
Apply a data quality profile
arrange(<data_request>) arrange(<metadata_request>)
Order rows using column values
authenticate() experimental
Set up authentication
count(<data_request>) add_count(<data_request>)
Count the observations in each group
distinct(<data_request>)
Keep distinct/unique rows
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>)
Narrow a query to within a specified area
glimpse(<data_request>) print(<occurrences_glimpse>) experimental
Get a glimpse of your data
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>) select(<metadata_request>) galah_select()
Keep or drop columns using their names
slice_head(<data_request>) slice_head(<metadata_request>)
Subset rows using their positions
reexports add_count arrange collect compute collapse count distinct filter glimpse group_by select slice_head identify st_crop
Objects exported from other packages
unnest()
Unnest a query

Create and execute a query

Wrappers for accessing data

Miscellaneous functions