The ftExtra package provides helper functions for the flextable package:
colformat_md
parses markdown texts in columnsspan_header
makes multi-level headersinstall.packages("ftExtra")
options(repos = c(atusy = 'https://atusy.r-universe.dev', getOption("repos"))) install.packages("ftExtra")
data.frame( x = c("**bold**", "*italic*"), y = c("^superscript^", "~subscript~"), z = c("***~ft~^Extra^** is*", "*Cool*"), stringsAsFactors = FALSE ) %>% flextable() %>% colformat_md()
iris %>% head %>% flextable() %>% span_header()
library(dplyr, warn.conflicts = FALSE) iris %>% group_by(Species) %>% slice(1:2) %>% flextable()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4