mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
27 lines
617 B
Text
27 lines
617 B
Text
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/app.R
|
||
|
\name{shiny_webResearch}
|
||
|
\alias{shiny_webResearch}
|
||
|
\title{Test version of the shiny_cast function to launch the app with a data set in
|
||
|
the environment.}
|
||
|
\usage{
|
||
|
shiny_webResearch(data = NULL, ...)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{data}{optional data set to provide for analysis}
|
||
|
|
||
|
\item{...}{arguments passed on to \code{shiny::runApp()}}
|
||
|
}
|
||
|
\value{
|
||
|
shiny app
|
||
|
}
|
||
|
\description{
|
||
|
Test version of the shiny_cast function to launch the app with a data set in
|
||
|
the environment.
|
||
|
}
|
||
|
\examples{
|
||
|
\dontrun{
|
||
|
mtcars |> shiny_webResearch(launch.browser = TRUE)
|
||
|
}
|
||
|
}
|