Learn R Programming

hera (version 0.1.1)

cell_options: Options for current jupyter cell

Description

Options for current jupyter cell

Usage

cell_options(...)

Arguments

...

options to set locally to the notebook cell. Forwarded to rlang::local_options().

Examples

Run this code
if (FALSE) {
  cell_options(repr.plot.bg = "gray")
}

Run the code above in your browser using DataLab