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 |