readGrover | R Documentation |
Read grover API host information from a text file.
readGrover(path = "grover.yml")
path |
file path to text file containing host information |
The text file should contain 3 lines, the first the host address, the second the port on which it is hosted and lastly the authentication key needed
## Grover client grover_client <- system.file('grover_client.yml', package = 'grover') grover_client <- readGrover(grover_client) ## Grover host grover_host <- system.file('grover_host.yml', package = 'grover') grover_host <- readGrover(grover_host)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.