get_desc: get_desc() produces a table with descriptives where items or...

View source: R/get_desc.R

get_descR Documentation

get_desc() produces a table with descriptives where items or variables are rows and columns are differerent descriptive values. its largely based on the deprecated function skimr::skim_to_wide

Description

get_desc() produces a table with descriptives where items or variables are rows and columns are differerent descriptive values. its largely based on the deprecated function skimr::skim_to_wide

Usage

get_desc(x)

Arguments

x

a data frame, where rows = observations, and columns = variables

Value

data frame with with descriptive values

Examples



items_data <- dplyr::select(data_frame, item_1:item_9)
r4sda::get_desc(items_data)


dacarras/r4sda documentation built on Nov. 9, 2023, 10:17 a.m.