rave-server | R Documentation |
Works on 'Linux' and 'Mac' only.
rave_server_install(
url = "https://github.com/rstudio/shiny-server/archive/refs/tags/v1.5.18.987.zip"
)
rave_server_configure(
ports = 17283,
user = Sys.info()[["user"]],
rave_version = c("1", "2")
)
url |
'URL' to shiny-server 'ZIP' file to download |
ports |
integer vectors or character, indicating the port numbers to host 'RAVE' instances a valid port must be within the range from 1024 to 65535. |
user |
user to run the service as; default is the login user |
rave_version |
internally used; might be deprecated in the future |
nothing
## Not run:
# OS-specific. Please install R package `rpymat` first
# Install rave-server
rave_server_install()
# Let port 17283-17290 to host RAVE instance
rave_server_configure(ports = "17283-17290")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.