clear-Collection-method: This is an API made to remove all of the data associated from...

Description Usage Arguments Value Examples

Description

This is an API made to remove all of the data associated from a given colletion. If there's been a data corruption issue, or a large amount of incorrect data has been fed into the API it is often difficult to correct. This allows you to clear a colletion and start from scratch. Use with caution! This is not reversible.

Usage

1
2
## S4 method for signature 'Collection'
clear(collection_object, data, version = NULL, ...)

Arguments

version

for api version

...

additional arguments to passed to request

collection

the collection object for this model

api_key

your personal indico API key

cloud

subdomain for indico private cloud

Value

List with available collections

Examples

1
2
collection <- Collection(name='example')
clear(collection)

IndicoDataSolutions/IndicoIo-R documentation built on May 7, 2019, 6:37 a.m.