mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
minor edits
This commit is contained in:
parent
a02f96828e
commit
d8d11f6da1
3 changed files with 4 additions and 448 deletions
|
|
@ -18,18 +18,6 @@ shiny_cast <- function(...) {
|
|||
}
|
||||
|
||||
shiny::runApp(appDir = appDir, ...)
|
||||
|
||||
# This is from the VarSelLCM
|
||||
# shiny_cast2 <- function(X){
|
||||
# check.results(X)
|
||||
# G <- .GlobalEnv
|
||||
# assign("resVSLC", X, envir=G)
|
||||
# a=shiny::runApp(system.file(package="REDCapCAST"),launch.browser = TRUE)
|
||||
# return(invisible(a))
|
||||
# }
|
||||
|
||||
# shiny::runApp(appDir = here::here("app/"),...)
|
||||
# ## Need adjustments to run anywhere
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue