powered by
Return Finances One API Data
fone_dataset(dataset_id, resource_id, ..., limit = NULL)fone_view(view_id, ..., limit = NULL)
fone_view(view_id, ..., limit = NULL)
A data.frame() with the requested dataset.
data.frame()
(character(1)) id of the associated dataset.
character(1)
(character(1)) id of the associated resource.
(any) additional arguments passed to the request.
any
(integer(1)) the maximum number of rows to return. Default is NULL. If NULL, all rows are returned.
integer(1)
NULL
(character(1)) id of the view.
if (FALSE) { fone_dataset(dataset_id = "DS00047", resource_id = "RS00005") fone_view(view_id = "DS01538") }
Run the code above in your browser using DataLab