add_resource() is used for the development of write_camtrapdp().
The resources are added with add_resource(schema = path), whereas for schema a path is provided, e.g. "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/observations-table-schema.json".
add_resource() adds the schema verbosely, while we just want to keep the url.
add_resource()is used for the development ofwrite_camtrapdp().The resources are added with
add_resource(schema = path), whereas for schema a path is provided, e.g. "https://raw.githubusercontent.com/tdwg/camtrap-dp/1.0.1/observations-table-schema.json".add_resource()adds the schema verbosely, while we just want to keep the url.