paged_table {rmarkdown}R Documentation

Create a table in HTML with support for paging rows and columns

Description

Create a table in HTML with support for paging rows and columns

Usage

paged_table(x)

Arguments

x

a data frame to be rendered as a paged table.


[Package rmarkdown version 1.5 Index]