Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoaria committed Apr 5, 2022
1 parent 4292e20 commit 5f87cf5
Show file tree
Hide file tree
Showing 3 changed files with 8,487 additions and 8,476 deletions.
4 changes: 4 additions & 0 deletions R/biblioshiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ biblioshiny <- function(host = "127.0.0.1", port = NULL,
shinyOptions(maxUploadSize = maxUploadSize)

runApp(system.file("biblioshiny",package="bibliometrix"),launch.browser = launch.browser, port = port, host = getOption("shiny.host", host))

#remove utils functions from global environment
rm(ValueBoxes, countryCollab, pos = ".GlobalEnv")

}
Loading

0 comments on commit 5f87cf5

Please sign in to comment.