mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
docs
This commit is contained in:
parent
d6d34f34a8
commit
a6251191e5
20 changed files with 103 additions and 131 deletions
|
|
@ -1 +1 @@
|
|||
app_version <- function()'v25.4.4.250428'
|
||||
app_version <- function()'v25.4.4.250429'
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#' @examples
|
||||
#' \dontrun{
|
||||
#' data(mtcars)
|
||||
#' shiny_FreesearchR(launch.browser = TRUE)
|
||||
#' launch_FreesearchR(launch.browser = TRUE)
|
||||
#' }
|
||||
launch_FreesearchR <- function(...){
|
||||
appDir <- system.file("apps", "FreesearchR", package = "FreesearchR")
|
||||
|
|
@ -22,3 +22,4 @@ launch_FreesearchR <- function(...){
|
|||
a <- shiny::runApp(appDir = paste0(appDir,"/app.R"), ...)
|
||||
return(invisible(a))
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
R/sysdata.rda
BIN
R/sysdata.rda
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue