R/launch.R

Defines functions LaunchEV

Documented in LaunchEV

LaunchEV <- function() {
    swf <- system.file("ExpressionView.html", package="ExpressionView")
    url <- URLencode(paste("file://", swf, sep=""))
    browseURL(url)
}

Try the ExpressionView package in your browser

Any scripts or data that you put into this service are public.

ExpressionView documentation built on Nov. 8, 2020, 8:26 p.m.