This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-29 12:11:38 +02:00
commit a6251191e5
No known key found for this signature in database
20 changed files with 103 additions and 131 deletions

View file

@ -18,6 +18,6 @@ All data.frames in the global environment will be accessible through the app.
\examples{
\dontrun{
data(mtcars)
shiny_FreesearchR(launch.browser = TRUE)
launch_FreesearchR(launch.browser = TRUE)
}
}