Learn R Programming

fundManageR (version 0.5.0224)

get_class_df: Class DF

Description

This function returns the column classes of a specified data frame.

Usage

get_class_df(data)

Arguments

data

a tibble

Value

tibble

See Also

Other utility function: drop_na_columns(), tidy_column_formats(), tidy_column_relations()

Examples

Run this code
# NOT RUN {
get_class_df(mtcars)
# }

Run the code above in your browser using DataLab