Write a collection member JSON file
write_collection_members(colMembers, path = NA, collection = NULL)
The JSON representation of collection members. If a path is provided, then the JSON is also written in it.
A tibble as returned by read_collection_members()
the JSON file to write. If NA
(default), the JSON file is
not written but returned by the function.
The collection definition (json string).
If NULL (default), it is taken from TKCat environment
(see list_local_collections()
.