skim_data: Skim data - get basic information about a given data set

View source: R/skim_data.R

skim_dataR Documentation

Skim data - get basic information about a given data set

Description

Skim data - get basic information about a given data set

Usage

skim_data(df, vars = NULL)

Arguments

df

Spark DataFrame object

vars

list of variables in spark dataframe object to explore

Value

A tibble object with columns: variable name, variable type, example, missing count, missing percent, unique count, and total number of rows


belayb/JigsawEHR documentation built on Feb. 5, 2023, 8:54 p.m.