get_data_frame_ibb {ibb}R Documentation

Get Data Frame from Resource ID Value

Description

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

Usage

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

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

## End(Not run)


[Package ibb version 0.0.2 Index]