add_notebook: Add a notebook to an RO-Crate

View source: R/utils-rocrate.R

add_notebookR Documentation

Add a notebook to an RO-Crate

Description

Add a notebook to an RO-Crate

Usage

add_notebook(rocrate, file_id, name = NULL, content = NULL)

Arguments

rocrate

RO-Crate object, see rocrate.

file_id

Optional, notebook's filename.

name

Optional, notebook's name.

content

Optional, notebook's content.

Value

Updated RO-Crate object.


rocrateR documentation built on April 9, 2026, 1:06 a.m.