This is the api for my app.
{box}
:r
install.packages('box')
.Renviron
):r
PORT = 5000
HOST = 127.0.0.1
Edit the values as required.
server.R
is the entry point.
To start the api, run this from the terminal:
Rscript server.R
To enable autoreloading, checkout Live Reloading In Ambiorix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.