Downloads metadata about Global Names Architecture (GNA) data sources available to be used in other GNA functions.

gna_data_sources(output_type = "table", ...)

Arguments

output_type

What format of output to return. Either 'json', 'list', or 'table'.

...

Passed to crul::HttpClient.

Author

Zachary S.L. Foster

Examples

if (FALSE) { # \dontrun{

gna_data_sources()
} # }