grover | R Documentation |
Create a GroverClient or GroverHost class object containing API host information.
grover(host, port, auth, repository = NULL)
host |
host address |
port |
port on which the API is hosted |
auth |
authentication key |
repository |
data repository directory path |
## Grover client grover_client <- grover(host = "127.0.0.1", port = 8000, auth = "1234") ## Grover host grover_host <- grover(host = "127.0.0.1", port = 8000, auth = "1234", repository = system.file('repository', package = 'grover'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.