tli_xtab | R Documentation |
This is a table of the first 20 observations from the data frame tli
from package xtable. The observations include demographic data and
math scores, from the Texas Assessment of Academic Skills, for 20 students.
tli_xtab
An xtable
object as produced by version 1.8-4 of the xtable
package (https://CRAN.R-project.org/package=xtable
). The table was
produced with the following code:
data("tli", package="xtable") tli_xtab <- xtable::xtable(tli[1:20, ]) xtable::display(tli_xtab)[c(2,6)] <- "f" xtable::digits(tli_xtab) <- matrix(0:4, nrow = 20, ncol = ncol(tli)+1)
Texas Education Agency, <URL: http://www.tea.state.tx.us>
str(tli_xtab)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.