write_collection_members {TKCat} | R Documentation |
Write a collection member JSON file
Description
Write a collection member JSON file
Usage
write_collection_members(colMembers, path = NA, collection = NULL)
Arguments
colMembers |
A tibble as returned by |
path |
the JSON file to write. If |
collection |
The collection definition (json string).
If NULL (default), it is taken from TKCat environment
(see |
Value
The JSON representation of collection members. If a path is provided, then the JSON is also written in it.
[Package TKCat version 1.1.11 Index]