Summarize a data.rrame
This function summarizes each variable that is in a data.frame. It can be used, e.g., in an R script to write summary information about a data.frame into a text file that is in a version control system so that one can see in the version control system whether one or more variables in the data frame have changed.
summarizeDF( dat, printValues = TRUE, maxLevel = 20, file = NULL, ... )
dat |
a data.frame. |
printValues |
logical. If |
maxLevel |
integer. If the number of unique values in a variable
is less than or equal to the number specified in this argument
(and argument |
file |
a character string or a writable connection naming the file to write to. |
... |
further arguments forwarded to |
Arne Henningsen
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.