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