Skip to content

Add from argument to request_data() and extensions #297

@mjwestgate

Description

@mjwestgate

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions