View_: Invoke a Data Viewer, but removes list-columns so that R...

Description Usage Arguments Value Examples

Description

Invoke a Data Viewer, but removes list-columns so that R doesn't crash.

Usage

1

Arguments

df

The dataframe to be visualized.

Value

Invisible NULL. The functions puts up a window and returns immediately: the window can be closed via its controls or menus.

Examples

1
2
3
4
5
6
7
#generate list-column dataframe
df <- tibble(id=1:10,tab=map(1:10,~iris))

#utils View function
View(df)

View_(df)

neale-eldash/pd documentation built on June 26, 2021, 10:47 a.m.