Learn R Programming

TKCat (version 1.1.12)

add_chTKCat_collection: Import a collection in a chTKCat database

Description

Import a collection in a chTKCat database

Usage

add_chTKCat_collection(x, json, overwrite = FALSE)

Value

No return value, called for side effects

Arguments

x

a chTKCat object

json

a single character indicating the collection to import. Can be:

  • a path to a file

  • the name of a local collection (see list_local_collections())

  • the json text defining the collection

overwrite

a logical indicating if the existing collection should be replaced.