size: Shape and Size Function

Description Usage Arguments Value Examples

View source: R/size.R

Description

Gives the shape and size of a dataframe

Usage

1
size(x)

Arguments

x

a dataframe

Value

a dataframe

Examples

1
2
3
4
data <- data.frame("names" = c("Rachel", "Jim", "Milos", "Arzan"),
                   "numbers" = c(2, 4, 6, 8),
                   "truths" = c(TRUE, TRUE, TRUE, FALSE))
size(data)

UBC-MDS/exploreR documentation built on May 30, 2019, 2:04 a.m.