patchFlexioRecord: Updates a resource record from Flexio (only the given fields)

Description Usage Arguments See Also

View source: R/flexio.r

Description

Updates a resource record from Flexio (only the given fields)

Usage

1
2
patchFlexioRecord(flexioURL, account, resourceName, auth, recordID, data,
  fields = c(), verbose = FALSE)

Arguments

flexioURL

URL of Flexio's API

account

flexio account

resourceName

name of the flexio resource

auth

flexio authentification token

recordID

: the ID of the record you want

data

: the data you want to use

fields

: the fields you want to update (leave it empty to update all the fields)

verbose

set it to TRUE to print the request details

See Also

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


flexiooss/flexioR documentation built on May 17, 2019, 7:05 p.m.