Skip to contents

Allows tables to become scrollable. Useful for large tables.

Usage

pretty_tab_sb(tab, width = "100%", height = "500px", full_width = FALSE)

Arguments

tab

Table to format.

width

A character string indicating the width of the box. Can be in pixels (e.g. "50px") or as a percentage (e.g. "50%").

height

A character string indicating the height of the box. Can be in pixels (e.g. "50px") or as a percentage (e.g. "50%").

full_width

Logical, whether table should fill out entire width of the page.