powered by
summarize a variable list, giving basic descriptive statistics
summarize(varlist, detail = FALSE)
a variable list either in "var1 var2 x*" form or, optionally, unquoted.
if TRUE, provide a more detailed output for each variable
returns NULL, invisibly
# NOT RUN { use(cars, clear=TRUE) summarize(speed) summarize("speed dist") # }
Run the code above in your browser using DataLab