mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
24 lines
431 B
R
24 lines
431 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/shiny_cast.R
|
|
\name{deploy_shiny}
|
|
\alias{deploy_shiny}
|
|
\title{Deploy the Shiny app with rsconnect}
|
|
\usage{
|
|
deploy_shiny(path = here::here("app/"), name.app = "shiny_cast")
|
|
}
|
|
\arguments{
|
|
\item{path}{app folder path}
|
|
|
|
\item{name.app}{name of deployed app}
|
|
}
|
|
\value{
|
|
deploy
|
|
}
|
|
\description{
|
|
Deploy the Shiny app with rsconnect
|
|
}
|
|
\examples{
|
|
# deploy_shiny
|
|
|
|
}
|