tests/testthat/_snaps/print.md

object of class data-request formats correctly

Code
  request_data()
Message
  Object of type data_request containing:
  * type occurrences

populated data_request() prints correctly

Code
  filter(identify(galah_call(), "crinia"), year == 2025)
Message
  Object of type data_request containing:
  * type occurrences
  * identify search_term: crinia
  * filter Object of class `data_filter`: year == 2025

object of class metadata-request formats correctly

Code
  request_data()
Message
  Object of type data_request containing:
  * type occurrences

object of class metadata-request formats correctly with `filter()

Code
  filter(request_metadata(), list == "dr650")
Message
  Object of type metadata_request containing:
  * type lists
  * filter Object of class `metadata_filter` with type `list` (n = 0 entries)

object of class metadata-request formats correctly with `identify()

Code
  identify(request_metadata(), "Crinia")
Message
  Object of type metadata_request containing:
  * type taxa
  * identify search_term: Crinia

object of class metadata-request formats correctly with `identify() |> unnest()

Code
  unnest(identify(request_metadata(), "Crinia"))
Message
  Object of type metadata_request containing:
  * type taxa-unnest
  * identify search_term: Crinia

object of class query formats correctly

Code
  capture(identify(request_metadata(), "Crinia"))
Message
  Object of class query with type metadata/taxa-single
  * url: https://api.ala.org.au/namematching/api/search?q=Crinia

object of class computed_query formats correctly

Code
  x
Message
  Object of class computed query with type metadata/taxa-single
  * url: https://api.ala.org.au/namematching/api/search?q=Crinia

object of class query_set formats correctly

Code
  compound(filter(galah_call(), basisOfRecord == "HUMAN_OBSERVATION"))
Message
  Object of class query_set containing 3 queries:
  * metadata/fields url: https://api.ala.org.au/occurrences/index/fields
  * metadata/assertions url: https://api.ala.org.au/occurrences/assertions/codes
  * data/occurrences url:
  https://api.ala.org.au/occurrences/occurrences/offline/...

galah_config() formats correctly

Code
  galah_config()
Message
  `galah` package configuration

  Package
  x verbose
  v run_checks
  x send_email
  v caching
  i directory: something

  User
  x authentication
  username [Provided]
  email ala4r@ala.org.au
  password [Provided]
  download_reason_id 10

  Atlas
  Atlas of Living Australia (ALA), Australia


Try the galah package in your browser

Any scripts or data that you put into this service are public.

galah documentation built on Feb. 11, 2026, 9:11 a.m.