ipaint: Interatively scroll through rows of a painted dataframe

View source: R/ipaint.R

ipaintR Documentation

Interatively scroll through rows of a painted dataframe

Description

This function calls paint() repeatedly on a dataframe, updating the rows shown in response to left or right keypresses.

Usage

ipaint(df = .Last.value)

Arguments

df

the dataframe to scroll through, defaults to .Last.value

Details

It will only work in terminals supported by keypress - Not many!


MilesMcBain/paint documentation built on Dec. 5, 2023, 9:11 a.m.