Description Usage Arguments Value Examples
Create a repository object
1 |
catalog |
Object of type catalog on which your repository is located |
repository |
Character string specifying your repository |
testConnection |
Defaults to FALSE. If TRUE, will try to perform a simple command to test connection |
S3 Object of type "repository", which states the url, username, password, catalog and repository you are working on
1 2 3 4 5 6 | ## Not run:
service = service("localhost","user","password",testConnection = TRUE)
cat = catalog(service,"root")
rep = repository(rep,"test")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.