REDCapCAST/man/deploy_shiny.Rd

34 lines
585 B
Plaintext
Raw Normal View History

2024-02-27 12:43:29 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny_cast.R
\name{deploy_shiny}
\alias{deploy_shiny}
2024-03-14 09:26:22 +01:00
\title{Deploy the Shiny app with rsconnect to shinyapps.io}
2024-02-27 12:43:29 +01:00
\usage{
2024-03-14 09:26:22 +01:00
deploy_shiny(
path = here::here("app/"),
account.name,
name.app = "shiny_cast",
name.token,
name.secret
)
2024-02-27 12:43:29 +01:00
}
\arguments{
\item{path}{app folder path}
\item{name.app}{name of deployed app}
2024-03-14 09:26:22 +01:00
\item{name.token}{stored name of token}
\item{name.secret}{stored name of secret}
2024-02-27 12:43:29 +01:00
}
\value{
deploy
}
\description{
2024-03-14 09:26:22 +01:00
This is really just a simple wrapper
2024-02-27 12:43:29 +01:00
}
\examples{
2024-03-14 09:26:22 +01:00
# deploy_shiny()
2024-02-27 12:43:29 +01:00
}