Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed May 8, 2024
1 parent 749128c commit 43a6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tmap_arrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ print_tmap_arrange <- function(tms, knit = FALSE, show = TRUE, add.titles = TRUE
if (show) {
if (knit) {
kp <- get("knit_print", asNamespace("knitr"))
return(do.call(kp, c(list(x=lfmv), args, list(options=options))))
return(do.call(kp, c(list(x=res2), args, list(options=options))))
} else {
return(print(res2))
}
Expand Down

0 comments on commit 43a6317

Please sign in to comment.