Learn R Programming

shinyapps (version 0.4.1.8)

shinyappsOptions: Package Options

Description

The shinyapps package supports several options that control the method used for http communications, the printing of diagnostic information for http requests, and the launching of an external browser after deployment.

Arguments

Details

Supported global options include:

Examples

Run this code
## Not run: 
# 
# # use curl for http connections
# options(shinyapps.http = "curl")
# 
# # trace http requests
# options(shinyapps.http.trace = TRUE)
# 
# # print verbose output for http requests
# options(shinyapps.http.verbose = TRUE)
# 
# # print JSON content
# options(shinyapps.http.trace.json = TRUE)
# 
# # don't automatically launch a browser after deployment
# options(shinyapps.launch.browser = FALSE)
# ## End(Not run)

Run the code above in your browser using DataLab