Description Usage Arguments Value Examples
Create a service object
1 |
url |
The url for your AllegroGraph server |
user |
Username for user accessing store, if necessary |
password |
Password for user accessing store, if necessary |
testConnection |
Should the connection be tested? It can be tested seperately as well. Defaults to FALSE |
S3 Object of type "service", which states the url, username, and password for the user
1 2 3 4 | ## Not run:
service("localhost","user","password",testConnection = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.