Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Mar 27, 2024
1 parent b5e5305 commit 7d06b4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ print.tinytable <- function(x,
options(browser = 'firefox')
"
br <- getOption("browser")
if (is.character(br) && identical(br, "")) stop(msg, call. = FALSE)
if (identical(getOption("browser"), "")) stop(msg, call. = FALSE)
utils::browseURL(htmlFile)

} else {
Expand Down

0 comments on commit 7d06b4f

Please sign in to comment.