Return Finances One API Data
Usage
fone_dataset(dataset_id, resource_id, ..., limit = NULL)
fone_view(view_id, ..., limit = NULL)Arguments
- dataset_id
(
character(1))
The id of the associated dataset.- resource_id
(
character(1))
Id of the associated resource.- ...
(
any)
Additional arguments passed to the request.- limit
(
NULL|integer(1))
The maximum number of rows to return. Default isNULL. IfNULL, all rows are returned.- view_id
(
character(1))
The Id of the view.
Value
A data.frame() with the requested dataset.