• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版d1e8e2d60ab3144b8f1ce471ff50bf9f3e972ccf (tree)
时间2024-06-11 19:57:03
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

A simple script with quarto and flextable.

更改概述

差异

diff -r b054b5b0f13d -r d1e8e2d60ab3 markdown/test_flextable.qmd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/markdown/test_flextable.qmd Tue Jun 11 12:57:03 2024 +0200
@@ -0,0 +1,15 @@
1+---
2+title: Flextable in Word
3+format: docx
4+---
5+
6+# Tables
7+
8+Reference @tbl-flextable
9+
10+```{r}
11+#| label: tbl-flextable
12+#| tbl-cap: "Caption 2"
13+library(flextable)
14+flextable(head(mtcars))
15+```