get.status | R Documentation |
Obtain general information about PEcAn & the details of the database host
Hits the /api/status
API endpoint
get.status(server)
server |
Server object obtained using the connect() function |
Response obtained from the /api/status
endpoint
Tezan Sahu
server <- connect(url="http://pecan.localhost:80", username="carya", password="illinois")
res <- get.status(server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.