Skip to content

Commit ff47c93

Browse files
committed
Invert the default to NULL instead of "all"
1 parent c134d2f commit ff47c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_front_page.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tm_front_page <- function(label = "Front page",
7272
additional_tags = tagList(),
7373
footnotes = character(0),
7474
show_metadata = deprecated(),
75-
datanames = if (missing(show_metadata)) "all" else NULL) {
75+
datanames = if (missing(show_metadata)) NULL else "all") {
7676
message("Initializing tm_front_page")
7777

7878
# Start of assertions

0 commit comments

Comments
 (0)