Skip to contents

This function allows to display an R object in the pager of a Jupyter notebook. Note that acts like display() when Jupyter Lab is used.

Usage

Page(x, ...)

# Default S3 method
Page(x, start = 1, ...)

Arguments

x

An object to be displayed in the Notebook pager

...

Other arguments, ignored or passed to specific methods.

start

Integer, where to start the output.

Methods (by class)

  • Page(default): S3 default method – calls display_data and marks it as pager payload