overview: Describe overview of data

Description Usage Arguments Details Value See Also Examples

Description

Inquire basic information to understand the data in general.

Usage

1
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

1
2
3
4
5
6
ov <- overview(jobchange)
ov

summary(ov)

# plot(ov)

bit2r/kodlookr documentation built on Dec. 19, 2021, 9:49 a.m.