browse: Browse Dataset

Description Usage Arguments Examples

View source: R/browse.R

Description

Browse through your dataset by searching variable names and labels via the search field. Browser shows variable details such as names, labels, range, distinct values, class, typeof, non-missing cases and missing cases.

Usage

1
browse(x)

Arguments

x

The dataset to be opened in the Viewer.

Examples

1
2
3
4
5
6
# Either call browse() on a data.frame directly...
browse(mtcars)

# ...or assign and open with View():
df <- browse(mtcars)
# View(df)

fschaffner/Xplorer documentation built on Oct. 4, 2019, 1:27 a.m.