cogConn-methods: Methods for Cognostics Connections

Description Usage Arguments Note See Also Examples

Description

Methods for Cognostics Connections

Usage

1
2
3
4
5
6
7
cogNcol(x, ...)

cogNrow(x, ...)

cogNames(x, ...)

getCogData(x, rowIdx, colIdx, ...)

Arguments

x

cognostics connection object

...

other objects passed onto generic methods

rowIdx

index of rows to be retrieved from the cognostics connection

colIdx

index of columns to be retrieved from the cognostics connection

Note

These methods are used mainly by the trelliscope viewer and therefore must be exported. Their purpose is to provide a general interface for a cognostics store. Currently just data frames are used for cognostics, but in previous versions systems like MongoDB were used. These methods should never need to be used by an analyst.

See Also

makeDisplay

Examples

1
# see examples for makeDisplay()

tesseradata/trelliscope documentation built on May 31, 2019, 8:58 a.m.