Import a collection in a chTKCat database
add_chTKCat_collection(x, json, overwrite = FALSE)
No return value, called for side effects
a chTKCat object
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
a logical indicating if the existing collection should be replaced.