overview {dlookr}R Documentation

Describe overview of data

Description

Inquire basic information to understand the data in general.

Usage

overview(.data)

Arguments

.data

a data.frame or a tbl_df.

Details

overview() creates an overview class. The 'overview' class includes general information such as the size of the data, the degree of missing values, and the data types of variables.

Value

An object of overview class. The overview class contains data.frame and two attributes. data.frame has the following 3 variables.: data.frame is as follow.:

Attributes of overview class is as follows.:

See Also

summary.overview, plot.overview.

Examples


ov <- overview(jobchange)
ov

summary(ov)

plot(ov)



[Package dlookr version 0.6.3 Index]