mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
new version location
This commit is contained in:
parent
218e141337
commit
9aefd95a05
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#' mtcars |> shiny_webResearch(launch.browser = TRUE)
|
||||
#' }
|
||||
shiny_webResearch <- function(data = NULL, ...) {
|
||||
appDir <- system.file("apps", "data_analysis", package = "webResearch")
|
||||
appDir <- system.file("apps", "data_analysis_modules", package = "webResearch")
|
||||
if (appDir == "") {
|
||||
stop("Could not find the app directory. Try re-installing `webResearch`.", call. = FALSE)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue