Learn R Programming

rocrateR (version 0.0.1)

add_entities: Wrapper for add_entity

Description

Wrapper for add_entity, can be use to add multiple entities.

Usage

add_entities(rocrate, entity, overwrite = FALSE, quiet = FALSE)

Value

Updated RO-Crate with the new entities.

Arguments

rocrate

RO-Crate object, see rocrate.

entity

List with entity objects.

overwrite

Boolean flag to indicate if the entity (if found in the given RO-Crate) should be overwritten.

quiet

Boolean flag to indicate if status messages should be hidden (default: FALSE).