Description Usage Arguments Value Examples
View source: R/size.R
Gives the shape and size of a dataframe
1
size(x)
x
a dataframe
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)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.