summary_data | R Documentation |
The function prints a summary of the data.
Similar to the function str
, but easier readable.
summary_data(data, print = TRUE, n = 10)
data |
A data frame. |
print |
Logical: whether or not to print the summary. |
n |
Number: maximum number of values being mentioned in the summary. If NULL all values are being mentioned. Defaults to 10. |
Optionally returns a named list with info.
Jacolien van Rij
Other Utility functions:
convertNonAlphanumeric()
,
corfit()
,
diff_terms()
,
find_difference()
,
missing_est()
,
modeledf()
,
observations()
,
print_summary()
,
refLevels()
,
res_df()
,
timeBins()
data(simdat) summary_data(simdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.