unpaint | R Documentation |
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.
unpaint(df = .Last.value)
df |
the object to print. |
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
.
mask_print()
to use paint()
by default for dataframes in the current session over print()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.