Код: Выделить всё
---
title: "Test"
author:
- "me"
date: "2022-06-20"
output:
xaringan::moon_reader:
css: [default, ninjutsu]
seal: false
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
---
```{r table, tab.cap="Iris", echo=F, warning=F, message=F}
library(tidyverse)
library(flextable)
iris %>%
head() %>%
flextable() %>%
theme_booktabs()
```
Теперь я хочу изменить расстояние между титулом Flakxatable и сама таблицы. Что мне делать?>
Подробнее здесь: https://stackoverflow.com/questions/726 ... able-title
Мобильная версия