groverAPI | R Documentation |
Run the grover REST API for file conversion.
groverAPI( grover_host, background = FALSE, log_dir = "~/.grover/logs", temp_dir = tempdir() )
grover_host |
S4 object of class Grover |
background |
Run as a background process. |
log_dir |
directory path for API logs |
temp_dir |
temporary directory for converted files |
## Not run: grover_host <- grover(host = "127.0.0.1", port = 8000, auth = "1234", repository = system.file('repository', package = 'grover')) groverAPI(grover_host) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.