xkabledplytail: Better display than the default tail() function ELo 202004...

View source: R/idsDisplay.R

xkabledplytailR Documentation

Better display than the default tail() function ELo 202004 GWU DATS

Description

Better display than the default tail() function ELo 202004 GWU DATS

Usage

xkabledplytail(
  df,
  rows = 5,
  title = "Tail",
  digits = 4,
  pos = "left",
  bso = "striped"
)

Arguments

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")

Value

HTML table for display

Examples

xkabledplytail( ISLR::Hitters[1:5,], title="Tail of df", pos="left", bso="hover" )

physicsland/ezids documentation built on Feb. 4, 2024, 2:13 a.m.