Returns a dataset containing resources records from Flexio
getFlexioResource(flexioURL, account, resourceName, auth, header = NULL, fields = c(), verbose = FALSE)
| flexioURL | URL of Flexio's API |
|---|---|
| account | flexio account |
| resourceName | name of the flexio resource |
| auth | flexio authentification token |
| header | additional header (you don't need to add 'range' and 'Authorization', they have been put automaticaly for you) |
| fields | name of the fields you want to get in your dataset (leave it empty if you want all the fields) |
| verbose | set it to TRUE to print the request details |
Other Flexio Interaction: deleteFlexioRecord,
downloadFlexioFile,
getFlexioRecord,
getFlexioResourceFieldsTypes,
getFlexioResourceSchema,
patchFlexioRecord,
postFlexioResource,
putFlexioRecord