get_data_fields {rglobi} | R Documentation |
List data fields identified in GloBI database
Description
Returns data frame with supported data fields
Usage
get_data_fields(opts = list(), read_csv = read_csv_online)
Arguments
opts |
list of named options to configure GloBI API |
read_csv |
function used to find csv associated to query url, defaulting to online query method |
Value
Returns data frame of supported data fields
Examples
get_data_fields()
[Package rglobi version 0.3.4 Index]