Returns a randomized huxtable logo, inspired by Mondrian.
hux_logo(latex = FALSE, html = FALSE)
latex | Style for LaTeX. |
---|---|
html | Style for HTML. |
The huxtable logo.
print_screen(hux_logo())#> ┌─────┬─────┬─────┬─────┬─────┬─────┐ #> │ h │ │ u │ │ │ x │ #> ├─────┼─────┼─────┼─────┼─────┼─────┤ #> │ t │ │ │ │ a │ b │ #> ├─────┼─────┼─────┴─────┼─────┼─────┤ #> │ │ │ │ │ │ #> ├─────┼─────┼─────┬─────┼─────┼─────┤ #> │ │ │ │ │ │ │ #> ├─────┼─────┼─────┤ ├─────┼─────┤ #> │ │ │ l │ │ │ │ #> │ ├─────┴─────┼─────┼─────┼─────┤ #> │ │ │ e │ │ │ #> └─────┴───────────┴─────┴─────┴─────┘ #> #> Column names: V1, V2, V3, V4, V5, V6