mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 05:20:23 +01:00
34 lines
585 B
R
34 lines
585 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 to shinyapps.io}
|
|
\usage{
|
|
deploy_shiny(
|
|
path = here::here("app/"),
|
|
account.name,
|
|
name.app = "shiny_cast",
|
|
name.token,
|
|
name.secret
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{path}{app folder path}
|
|
|
|
\item{name.app}{name of deployed app}
|
|
|
|
\item{name.token}{stored name of token}
|
|
|
|
\item{name.secret}{stored name of secret}
|
|
}
|
|
\value{
|
|
deploy
|
|
}
|
|
\description{
|
|
This is really just a simple wrapper
|
|
}
|
|
\examples{
|
|
# deploy_shiny()
|
|
|
|
}
|