Learn R Programming

huxtable (version 5.8.0)

hux_logo: Huxtable logo

Description

Returns a randomized huxtable logo, inspired by Mondrian.

Usage

hux_logo(compact = FALSE, latex = NULL)

Value

A huxtable.

Arguments

compact

Logical. Create a compact 1-row huxtable (default is 2 rows)?

latex

Logical. Output for LaTeX?

Examples

Run this code
# Default logo
print_screen(hux_logo())

# Compact single-row version
print_screen(hux_logo(compact = TRUE))

Run the code above in your browser using DataLab