| lt_label | R Documentation |
Override column headers without modifying the underlying data frame.
lt_label(x, ...)
x |
An |
... |
Named arguments of the form |
x with the column label overrides recorded.
lt(head(mtcars)) |> lt_label(mpg = "Miles/Gallon", cyl = "Cylinders")
# raw HTML label (wrap in I())
lt(head(mtcars)) |> lt_label(mpg = I("Miles/Gallon<sup>*</sup>"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.