We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
group_tt()
Last row has no italic:
pkgload::load_all() k <- mtcars[1:4, 1:4] tab <- tt(k) |> format_tt(num_fmt = "decimal", num_zero = TRUE, digits = 3) |> style_tt(i = 1:3, j = 1, bold = TRUE) |> style_tt(j = 2, italic = TRUE) |> # problem is that group_tt tries to indent. group_tt(i = list("hello world" = 2), j = list("foo" = 1:2, "bar" = 3:4), italic = TRUE) tab
The text was updated successfully, but these errors were encountered:
This is fixed in
Sorry, something went wrong.
No branches or pull requests
Last row has no italic:
The text was updated successfully, but these errors were encountered: