This function sends each lab to shinyapps.io
Usage
deploy_labs(labvec = 1:13, labfolder = NULL)
Arguments
- labvec
optional vector with numbers indicating which labs to deploy. Default is all. Ignored if labfolder
is provided.
- labfolder
optional string pointing to a folder in which the labs are located. if not provided, the location for the default labs is used.
Details
You need to make sure you have your shinyapps.io account set up and connected.
The rsconnect
package needs to be installed as well.