From 6bef6206f895aad8c142cdb16e1bba04af7fd3ef Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:10:47 +0900 Subject: [PATCH] update NEWS and rebuild site --- NEWS.md | 2 +- docs/articles/format_columns.html | 318 ++++++++++---------- docs/articles/group-rows.html | 424 +++++++++++++-------------- docs/articles/transform-headers.html | 202 ++++++------- docs/news/index.html | 2 +- docs/pkgdown.yml | 2 +- 6 files changed, 475 insertions(+), 475 deletions(-) diff --git a/NEWS.md b/NEWS.md index a1b9371..815af1b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# ftExtra 0.3.0.9999 +# ftExtra 0.3.1 * `as_paragraph_md` supports empty string, `""`, as an input (#68). * `colformat_md` applies on actual content of flextable rather than input dataset (#72). diff --git a/docs/articles/format_columns.html b/docs/articles/format_columns.html index 8305425..a9dd333 100644 --- a/docs/articles/format_columns.html +++ b/docs/articles/format_columns.html @@ -126,7 +126,7 @@
Oxide |
Oxide |
SiO2 |
Al2O3 |
SiO2 |
Al2O3 |
grouped_iris %>% as_flextable(hide_grouplabel = TRUE)
Sepal.Length |
-Sepal.Width |
-Petal.Length |
-Petal.Width |
+Sepal.Length |
+Sepal.Width |
+Petal.Length |
+Petal.Width |
setosa | |||||||
setosa | |||||||
5.1 |
-3.5 |
-1.4 |
-0.2 |
+5.1 |
+3.5 |
+1.4 |
+0.2 |
4.9 |
-3.0 |
-1.4 |
-0.2 |
+4.9 |
+3.0 |
+1.4 |
+0.2 |
versicolor | |||||||
versicolor | |||||||
7.0 |
-3.2 |
-4.7 |
-1.4 |
+7.0 |
+3.2 |
+4.7 |
+1.4 |
6.4 |
-3.2 |
-4.5 |
-1.5 |
+6.4 |
+3.2 |
+4.5 |
+1.5 |
virginica | |||||||
virginica | |||||||
6.3 |
-3.3 |
-6.0 |
-2.5 |
+6.3 |
+3.3 |
+6.0 |
+2.5 |
5.8 |
-2.7 |
-5.1 |
-1.9 |
+5.8 |
+2.7 |
+5.1 |
+1.9 |