ez.frame: alias of data.frame

ez.frameR Documentation

alias of data.frame

Description

alias of data.frame

Usage

ez.frame(
  ...,
  row.names = NULL,
  check.rows = FALSE,
  check.names = TRUE,
  fix.empty.names = TRUE,
  stringsAsFactors = FALSE
)

Examples

sx = c("F", "F", "F", "M", "M", "M")
ht = c(69, 64, 67, 68, 72, 71)
wt = c(148, 132, 142, 149, 167, 165)
people = data.frame(sx, ht, wt)

jerryzhujian9/ezmisc documentation built on March 9, 2024, 12:44 a.m.