sourceTable-class: Class to represent a data table from a source site

Description Slots Examples

Description

Source table class extends the sourceAnalyst class

Slots

sourcePosition

The position designation that the table represents

positionAlias

The designation that the source site uses for the position

startPage

If the table covers multiple pages, the start numbering for the pages. Otherwise 1

endPage

If the table covers multiple pages, the end numbering for the pages. Otherwise 1

stepPage

If the table covers multiple pages, the step in the sequence of page numbering. Otherwise 1

tableId

ID from configuration data that identifies the table uniquely

Examples

1
2
3
4
5
6
7
cbs.qb <- sourceTable(sourcePosition = "QB",
                      positionAlias = "QB",
                      startPage = 1,
                      endPage = 1,
                      stepPage = 1,
                      tableId = 1
                     )

dadrivr/ffanalytics documentation built on May 14, 2019, 3:12 p.m.