| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-08-30 03:00 | 8.1K | ||
| man/ | 2020-08-30 03:00 | - | ||
The ftExtra package provides helper functions for the flextable package:
colformat_md parses markdown texts in columnsspan_header makes multi-level headersdata.frame(
x = c("**bold**", "*italic*"),
y = c("^superscript^", "~subscript~"),
z = c("***~ft~^Extra^** is*", "*Cool*"),
stringsAsFactors = FALSE
) %>%
as_flextable() %>%
colformat_md()

