Skip to content

Commit

Permalink
runexample help
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Feb 10, 2016
1 parent e98586b commit f20ac17
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
17 changes: 17 additions & 0 deletions R/runExample.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#' Run npregfast example
#'
#' Launch a Shiny app that shows a demo of what can be done with
#' the package.
#'
#' This example is also
#' \href{http://sestelo.shinyapps.io/npregfast/}{available online}.
#'
#' @examples
#' ## Only run this example in interactive R sessions
#' if (interactive()) {
#' runExample()
#' }
#' @export



#' @export

runExample <- function() {
Expand Down
23 changes: 23 additions & 0 deletions man/runExample.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f20ac17

Please sign in to comment.