View source: R/generic_connection.R
| URI | R Documentation | 
Construct a URI/URL using the host, port and auth parameters stored in the connection object. Every function that needs to talk to SciDB should use this function to supply the URI.
URI(db_or_conn, resource = "", args = list())
| db_or_conn | scidb database connection object _or_ its "connection" attribute | 
| resource | (string): A URI identifying the requested service | 
| args | (list): A list of named query parameters to put at the end of the constructed URI | 
(string) the new URI/URL
URI.default, URI.shim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.