-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fish
authored and
Fish
committed
Feb 9, 2018
1 parent
2865e6c
commit 7758e06
Showing
3 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,11 @@ | |
#' @seealso Tutorial : \url{https://github.com/PsyChiLin/EFAshiny} | ||
#' @author Chi-Lin Yu <[email protected]> | ||
#' @author Ching-Fan Sheu <[email protected]> | ||
#' @param run run the EFAshiny app or not. Default is true, and the APP will be lanuched. | ||
#' @param report_Apppath report the directory of the APP in your system. If false, show the online APP link. | ||
#' @examples | ||
#' if (interactive()) { | ||
#' EFAshiny() | ||
#' EFAshiny::EFAshiny() | ||
#' } | ||
EFAshiny <- function(run = T, report_Apppath = F) { | ||
app <- system.file("efas", | ||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.