It might be useful to enable users to specify a query from a non-default source without calling galah_config() first. This wouldn't change the defaults, only that one pipe. This could look like:
request_data(from = "Spain") |>
count() |>
collect()
I'd suggest the default value of from would be NULL and that it would default in that instance to the outcome of galah_config(), making this change fully backwards-compatible.
It might be useful to enable users to specify a query from a non-default source without calling
galah_config()first. This wouldn't change the defaults, only that one pipe. This could look like:I'd suggest the default value of
fromwould beNULLand that it would default in that instance to the outcome ofgalah_config(), making this change fully backwards-compatible.