ping | R Documentation |
Check if a server is reachable by sending a request to its config endpoint.
ping(server)
server |
A character string of the server URL. If missing the server for the logged in session is tried. |
A logical value indicating if the server is reachable.
## Not run:
ping("http://localhost/amcat")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.