Tables can also be produced by R code. The content of the table is in
-a dataframe. The kbl() function in the kableExtra
-package (which enhances the original kable() function from
+a dataframe. The kbl() function in the kableExtra
+package (which enhances the original kable() function from
knitr) prepares the table for display and passes the result to
the kable_styling function for final formatting.
Fontsmonofontoptions list, but the default font is usually
better.
Note that long tables (longtable = TRUE argument in the
-kbl() function to render tables) may not be cut correctly
+kbl() function to render tables) may not be cut correctly
across pages when specific fonts are declared.
The font size is 12pt by default. Change it if necessary, depending
on the font type, the margin width and personal preferences.
Marcon E (2025).
memoiR: R Markdown and Bookdown Templates to Publish Documents.
-R package version 1.2-10.9006, https://github.com/EricMarcon/memoiR/, https://ericmarcon.github.io/memoiR/.
+R package version 1.2-10.9007, https://github.com/EricMarcon/memoiR/, https://ericmarcon.github.io/memoiR/.
@Manual{,
title = {memoiR: R Markdown and Bookdown Templates to Publish Documents},
author = {Eric Marcon},
year = {2025},
- note = {R package version 1.2-10.9006, https://github.com/EricMarcon/memoiR/},
+ note = {R package version 1.2-10.9007, https://github.com/EricMarcon/memoiR/},
url = {https://ericmarcon.github.io/memoiR/},
}
Examples# Make it the current projectusethis::proj_set(path =".", force =TRUE)#>✔ Setting active project to
-#>"/private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/RtmpXFZcXj/example2d1d5513857a".
+#>"/private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/Rtmpp2RE7F/example2b862f7816c1".# Build GitHub Actions Workflow scriptbuild_ghworkflow()
diff --git a/dev/reference/build_githubpages.html b/dev/reference/build_githubpages.html
index 880dbd5..0a1c010 100644
--- a/dev/reference/build_githubpages.html
+++ b/dev/reference/build_githubpages.html
@@ -7,7 +7,7 @@
memoiR
- 1.2-10.9006
+ 1.2-10.9007
diff --git a/dev/reference/build_gitignore.html b/dev/reference/build_gitignore.html
index 8fdcedb..1b518f5 100644
--- a/dev/reference/build_gitignore.html
+++ b/dev/reference/build_gitignore.html
@@ -7,7 +7,7 @@
memoiR
- 1.2-10.9006
+ 1.2-10.9007
@@ -75,7 +75,7 @@
Examples# Make it the current projectusethis::proj_set(path =".", force =TRUE)#>✔ Setting active project to
-#>"/private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/RtmpXFZcXj/example2d1d2e1399c4".
+#>"/private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/Rtmpp2RE7F/example2b863cd4fa85".# Build .gitignore filebuild_gitignore()
diff --git a/dev/reference/build_readme.html b/dev/reference/build_readme.html
index 3cee540..65e1af2 100644
--- a/dev/reference/build_readme.html
+++ b/dev/reference/build_readme.html
@@ -7,7 +7,7 @@
memoiR
- 1.2-10.9006
+ 1.2-10.9007
@@ -85,7 +85,7 @@
Examples# Make it the current projectusethis::proj_set(path =".", force =TRUE)#>✔ Setting active project to
-#>"/private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/RtmpXFZcXj/example2d1d44efca6f".
+#>"/private/var/folders/95/0ydz4d79163427j3k5crp3fh0000gn/T/Rtmpp2RE7F/example2b865c28d2aa".# Build README.md filebuild_readme()
@@ -98,8 +98,8 @@