collections: This is a status report endpoint. It is used to get the...

Description Usage Arguments Value Examples

Description

This is a status report endpoint. It is used to get the status on all of the collections currently trained, as well as some basic statistics on their accuracies. See docs for more information

Usage

1

Arguments

version

for api version

...

additional arguments to passed to request

api_key

your personal indico API key

cloud

subdomain for indico private cloud

Value

List with available collections

Examples

1
2
3
collections <- collections()
cat(sprintf("There are currently %i collections",
            length(collections)))

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