Description Usage Arguments Details Value Author(s)
View source: R/aveytoolkit_ahtsummary.R
print out the head and tail as well as a data summary
1 | ahtsummary(x, hlength = 5, tlength = 5, digits = 2, markdown = FALSE)
|
x |
variable to summarize at head and tail |
hlength |
number of rows to include at head |
tlength |
number of rows to include at tail |
digits |
digits to show for numeric values |
knitr::kable is used if knitr is installed and 'markdown == TRUE'
returns NULL invisibly
ESS R package, modified by Stefan Avey
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.