View source: R/connect_backend.r
print.annotatorBackendConnection | R Documentation |
S3 print method for annotatorBackendConnection (API connection) objects
## S3 method for class 'annotatorBackendConnection'
print(x, ...)
x |
an annotatorBackendConnection connection object, created with backend_connect |
... |
not used |
## Not run:
conn <- backend_connect("http://localhost:8000")
conn
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.