xkabledplyhead: Better display than the default head() function ELo 202004...

View source: R/idsDisplay.R

xkabledplyheadR Documentation

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

Description

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

Usage

xkabledplyhead(
  df,
  rows = 5,
  title = "Head",
  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

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

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