Sends a resource to Flexio. Adds each entry of the given dataset to the Flexio resource, Returns the a vector with the recordIDs

postFlexioResource(flexioURL, account, resourceName, auth, data,
  verbose = FALSE)

Arguments

flexioURL

URL of Flexio's API

account

flexio account

resourceName

name of the flexio resource

auth

flexio authentification token

data

the data you want to send to Flexio

verbose

set it to TRUE to print the request details

See also

Other Flexio Interaction: deleteFlexioRecord, downloadFlexioFile, getFlexioRecord, getFlexioResourceFieldsTypes, getFlexioResourceSchema, getFlexioResource, patchFlexioRecord, putFlexioRecord