| lt_align | R Documentation |
Override the auto-detected alignment for specific columns. By default, numeric columns are right-aligned and character columns are left-aligned.
lt_align(x, columns, align = c("left", "center", "right"))
x |
An |
columns |
Character vector of column names (or a one-sided formula). |
align |
One of |
x with the alignment recorded.
lt(head(mtcars)) |> lt_align(~ cyl + gear, "center")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.