Reactor Notebook R6 class

Reactor Notebook R6 class

Methods

Public methods


Method new()

Usage

ReactorNotebook$new(static_dir = tempdir())


Method run_in_env()

Usage

ReactorNotebook$run_in_env(code)


Method move()

Usage

ReactorNotebook$move(source, destination)


Method delete_cell()

Usage

ReactorNotebook$delete_cell(cell)


Method run_all()

Usage

ReactorNotebook$run_all()


Method run_cell()

Usage

ReactorNotebook$run_cell(cell, update = TRUE, capturePlots = TRUE)


Method update_from_view()

Usage

ReactorNotebook$update_from_view(cell, value, capturePlots = TRUE)


Method update_size()

Usage

ReactorNotebook$update_size(cell, value)


Method update_open()

Usage

ReactorNotebook$update_open(cell, value)


Method propagate_updates()

Usage

ReactorNotebook$propagate_updates(cell, capturePlots = TRUE)


Method data_frame()

Usage

ReactorNotebook$data_frame()


Method get_graph()

Usage

ReactorNotebook$get_graph()


Method print()

Usage

ReactorNotebook$print()


Method save()

Usage

ReactorNotebook$save(file, rds = FALSE)


Method load_()

Usage

ReactorNotebook$load_(file)


Method export()

Usage

ReactorNotebook$export()


Method export_shiny()

Usage

ReactorNotebook$export_shiny()


Method clone()

The objects of this class are cloneable with this method.

Usage

ReactorNotebook$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.