get_data_frame_ibb: Get Data Frame from Resource ID Value

Description Usage Arguments Examples

View source: R/fundamental-functions.R

Description

Given a data resource ID, this function returns the data frame.

Usage

1
get_data_frame_ibb(resource_id, limit = "", return_json = FALSE)

Arguments

resource_id

Resource ID of the wanted data set. Run get_all_detailed_info to see the available IDs

limit

Maximum number of records

return_json

If TRUE, return a json string instead of a data frame.

Examples

1
2
3
4
## Not run: 
get_data_frame_ibb("99d1edb6-a889-4e69-be7b-21a3f90101f1")

## End(Not run)

ibb documentation built on Feb. 17, 2021, 5:08 p.m.