getSize: Return the size of a repository

Description Usage Arguments Value Examples

Description

Return the size of a repository

Usage

1
getSize(repository, context = NULL)

Arguments

repository

Object of type repository specifying server details and repository to work on.

context

Can be a list. If supplied, the count is only for the specified named graphs

Value

Number of triples in store

Examples

1
2
3
4
5
6
## Not run: 
service = service("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
getSize(rep)

## End(Not run)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.