mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
23 lines
484 B
R
23 lines
484 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/launch_FreesearchR.R
|
|
\name{launch_FreesearchR}
|
|
\alias{launch_FreesearchR}
|
|
\title{Easily launch the FreesearchR app}
|
|
\usage{
|
|
launch_FreesearchR(...)
|
|
}
|
|
\arguments{
|
|
\item{...}{passed on to \code{shiny::runApp()}}
|
|
}
|
|
\value{
|
|
shiny app
|
|
}
|
|
\description{
|
|
All data.frames in the global environment will be accessible through the app.
|
|
}
|
|
\examples{
|
|
\dontrun{
|
|
data(mtcars)
|
|
launch_FreesearchR(launch.browser = TRUE)
|
|
}
|
|
}
|