
Invoke legs Data Viewer
view.RdInvoke the legs terminal user interface (tui) to interactively explore R data.
Examples
if (interactive()) {
df <- data.frame(x = 1:10, y = LETTERS[1:10])
view(df)
view(as.matrix(df))
view(as.list(df))
view(df$x)
}