We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c134d2f commit ff47c93Copy full SHA for ff47c93
R/tm_front_page.R
@@ -72,7 +72,7 @@ tm_front_page <- function(label = "Front page",
72
additional_tags = tagList(),
73
footnotes = character(0),
74
show_metadata = deprecated(),
75
- datanames = if (missing(show_metadata)) "all" else NULL) {
+ datanames = if (missing(show_metadata)) NULL else "all") {
76
message("Initializing tm_front_page")
77
78
# Start of assertions
0 commit comments