find_df_key_info: find key information about a dataframe

Description Usage Arguments Author(s) Examples

View source: R/find_df_key_info.R

Description

This function allows you to find key information about a dataframe.

Usage

1

Arguments

a_df

A dataframe

Author(s)

Lingyun (Larry) Zhang lyzhang10@gmail.com

Examples

1
2
3
4
5
6
temp_df <-
     data.frame(a = 1:10,
                b = NA,
                e = c(letters[1:8], NA, NA),
                stringAsFactor = FALSE)
x <- find_df_key_info(temp_df)

zhanglynz/dfexplorer documentation built on May 23, 2021, 8:38 a.m.