ping | R Documentation |
Pings the PEcAn API server (using the URL passed in the server object)
to see if it is live or not. Hits the /api/ping
API endpoint
ping(server)
server |
Server object obtained using the connect() function |
Response obtained from the /api/ping
endpoint
Tezan Sahu
server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- ping(server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.