xkabledplytail | R Documentation |
Better display than the default tail() function ELo 202004 GWU DATS
xkabledplytail(
df,
rows = 5,
title = "Tail",
digits = 4,
pos = "left",
bso = "striped"
)
df |
Dataframe |
title |
Title of table. |
digits |
Number of digits to display |
pos |
Position of table, c("left","center","right") |
bso |
bootstrap_options = c("basic", "striped", "bordered", "hover", "condensed", "responsive") |
HTML table for display
xkabledplytail( ISLR::Hitters[1:5,], title="Tail of df", pos="left", bso="hover" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.