Reactor Notebook R6 class
Reactor Notebook R6 class
new()
ReactorNotebook$new(static_dir = tempdir())
run_in_env()
ReactorNotebook$run_in_env(code)
move()
ReactorNotebook$move(source, destination)
delete_cell()
ReactorNotebook$delete_cell(cell)
run_all()
ReactorNotebook$run_all()
run_cell()
ReactorNotebook$run_cell(cell, update = TRUE, capturePlots = TRUE)
update_from_view()
ReactorNotebook$update_from_view(cell, value, capturePlots = TRUE)
update_size()
ReactorNotebook$update_size(cell, value)
update_open()
ReactorNotebook$update_open(cell, value)
propagate_updates()
ReactorNotebook$propagate_updates(cell, capturePlots = TRUE)
data_frame()
ReactorNotebook$data_frame()
get_graph()
ReactorNotebook$get_graph()
print()
ReactorNotebook$print()
save()
ReactorNotebook$save(file, rds = FALSE)
load_()
ReactorNotebook$load_(file)
export()
ReactorNotebook$export()
export_shiny()
ReactorNotebook$export_shiny()
clone()
The objects of this class are cloneable with this method.
ReactorNotebook$clone(deep = FALSE)
deep
Whether to make a deep clone.