Source table class extends the sourceAnalyst class
sourcePositionThe position designation that the table represents
positionAliasThe designation that the source site uses for the position
startPageIf the table covers multiple pages, the start numbering for the pages. Otherwise 1
endPageIf the table covers multiple pages, the end numbering for the pages. Otherwise 1
stepPageIf the table covers multiple pages, the step in the sequence of page numbering. Otherwise 1
tableIdID from configuration data that identifies the table uniquely
1 2 3 4 5 6 7 | cbs.qb <- sourceTable(sourcePosition = "QB",
positionAlias = "QB",
startPage = 1,
endPage = 1,
stepPage = 1,
tableId = 1
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.