| lt_header | R Documentation |
Add a Title and Subtitle
lt_header(x, title = NULL, subtitle = NULL)
x |
An |
title |
A character scalar. Wrap in |
subtitle |
A character scalar. Wrap in |
x with the header recorded.
lt(head(mtcars)) |> lt_header("Motor Trend Cars", "First 6 rows")
# raw HTML title
lt(head(mtcars)) |> lt_header(I("<em>Motor Trend</em> Cars"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.