| servers | R Documentation |
servers() lists all known servers; serverInfo() gets metadata about
a specific server. Cloud server shinyapps.io is always automatically
registered and available.
Supported servers: All servers
servers(local = FALSE)
serverInfo(name = NULL)
local |
Return only local servers? (i.e. not automatically registered cloud servers) |
name |
Server name. If omitted, you'll be prompted to pick a server. |
servers() returns a data frame with registered server names and URLs.
serverInfo() returns a list with details for a particular server.
# List all registered servers
servers()
# Get information about a server
serverInfo("shinyapps.io")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.