mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-27 04:07:25 +01:00
app: Expose Shiny app object
This commit is contained in:
parent
766a84291b
commit
a7d02bc9f2
4 changed files with 40 additions and 4 deletions
18
man/app.Rd
Normal file
18
man/app.Rd
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/app.R
|
||||
\name{app}
|
||||
\alias{app}
|
||||
\title{Create a shiny application for Ubigen.}
|
||||
\usage{
|
||||
app(custom_dataset = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{custom_dataset}{This allows to set a custom dataset (return value of
|
||||
\code{\link[=analyze]{analyze()}}) as the default dataset of the UI.}
|
||||
}
|
||||
\description{
|
||||
Create a shiny application for Ubigen.
|
||||
}
|
||||
\seealso{
|
||||
\code{\link[=run_app]{run_app()}} for immediately running the application.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue