unpaint: Call the default print methods instead of paint once

View source: R/unpaint.R

unpaintR Documentation

Call the default print methods instead of paint once

Description

If you're using paint() as your default print() for dataframes, you may occasionally want to see an object printed using it's default method. This function does that.

Usage

unpaint(df = .Last.value)

Arguments

df

the object to print.

Details

Either supply the object as the df arg, or if it has just been painted, you can call unpaint() with no arguments to print the .Last.value.

See Also

mask_print() to use paint() by default for dataframes in the current session over print().


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