Learn R Programming

rocrateR (version 0.0.1)

is_rocrate: Check if object is an RO-Crate

Description

Check if object is an RO-Crate

Usage

is_rocrate(rocrate)

Value

Returns invisibly the input RO-Crate object.

Arguments

rocrate

RO-Crate object, see rocrate.

Examples

Run this code
basic_crate <- rocrateR::rocrate()

# check if the new crate is valid
basic_crate |>
  rocrateR::is_rocrate()

Run the code above in your browser using DataLab