background_run | R Documentation |
Internal helper function to run a 'plumber' instance on specific host and port.
background_run(server, port = 8000, host = "127.0.0.1")
server |
an instance of 'plumber' class |
port |
numeric port to pass to 'server' instance |
host |
character host value for 'server' instance |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.