sdf: Structure as a data frame

View source: R/sdf.R

sdfR Documentation

Structure as a data frame

Description

similar to utils::str(), but organized in a dataframe. Additionally to the class the amount of NA-values is returned.

Usage

sdf(data, n = 3)

Arguments

data

Object of class data.frame.

n

Number of rows to be printed.

Author(s)

Frederik Sachser


sachserf/sf documentation built on June 8, 2024, 4:23 p.m.

Related to sdf in sachserf/sf...