cdbgroups: Query Pentaho via the cdb web service interface

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

Query Pentaho via the cdb web service interface to get the list of CDA groups, and queries. CDB is the Community Data Browser - http://www.webdetails.pt/ctools/cdb.html. This enables users to build and bookmark data queries for later use. The cdb web service provides a JSON based result payload that converts easily to R structures. In this case all resultsets are given back to the user as a data.frame.

Usage

1
cdbgroups(pentaho)

Arguments

pentaho

Pentaho connection object

Details

cdbgroups calls the cdb web service to retrieve the known list of groups with their queries eg:

df <- cdbgroups(pentaho)

The results are presented as a data.frame.

Value

Returns a data.frame.

Note

Not much to note here.

Author(s)

Piers Harding

See Also

RPentaho, cdaquery, cdbquery, cdbgroups

Examples

1
2
3
4
5
6
7
## Not run: 

pentaho <- RPentaho("conn.yml")
df <- cdbgroups(pentaho)


## End(Not run)

piersharding/RPentaho documentation built on May 25, 2019, 6:09 a.m.