Nothing
knitr::opts_chunk$set(echo = FALSE) library(flextable) library(magrittr) library(officer) caption_md <- "This is a caption" knitr::opts_chunk$set(ft.shadow = FALSE, tab.lp = "tab:", tab.cap.style = "Table Caption") ft <- flextable(head(cars)) %>% theme_vanilla() %>% autofit()
Cross-reference is there: \@ref(tab:id1)
ft
ft
ft
#| tab.topcaption: true set_caption( x = ft, caption = as_paragraph( as_chunk("azerty ", props = fp_text_default(color = "cyan")), as_chunk("querty", props = fp_text_default(color = "orange")) ), autonum = run_autonum(seq_id = "tab", bkm = "id2"), fp_p = fp_par( padding = 10, border = fp_border_default(color = "red", width = 1)) )
#| tab.topcaption: false set_caption( x = ft, caption = as_paragraph( as_chunk("azerty ", props = fp_text_default(color = "cyan")), as_chunk("querty", props = fp_text_default(color = "orange")) ) )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.