jaspTable.RdA jaspObject to show tables
createJaspTable( title = "", data = NULL, colNames = NULL, colTitles = NULL, overtitles = NULL, colFormats = NULL, rowNames = NULL, rowTitles = NULL, dependencies = NULL, position = NULL, expectedRows = NULL, expectedColumns = NULL )
| title | String, title of the jaspContainer |
|---|---|
| dependencies | see jaspObject |
| position | see jaspObject |
jaspResults::jaspObjR -> jaspResults::jaspOutputObjR -> jaspTableR
new()jaspTableR$new( title = "", data = NULL, colNames = NULL, colTitles = NULL, overtitles = NULL, colFormats = NULL, rowNames = NULL, rowTitles = NULL, dependencies = NULL, position = NULL, info = NULL, expectedRows = NULL, expectedColumns = NULL, jaspObject = NULL )
addColumns()jaspTableR$addColumns(cols)
setData()jaspTableR$setData(data)
addFootnote()jaspTableR$addFootnote( message = "", symbol = NULL, colNames = NULL, rowNames = NULL )
addColumnInfo()jaspTableR$addColumnInfo( name = NULL, title = NULL, overtitle = NULL, type = NULL, format = NULL, combine = NULL )
addRows()jaspTableR$addRows(rows, rowNames = NULL)
setExpectedSize()jaspTableR$setExpectedSize(rows = NULL, cols = NULL)
getColumnName()jaspTableR$getColumnName(columnIndex)
setColumnName()jaspTableR$setColumnName(columnIndex, newName)
getColumnTitle()jaspTableR$getColumnTitle(columnName)
setColumnTitle()jaspTableR$setColumnTitle(columnName, newTitle)
getColumnOvertitle()jaspTableR$getColumnOvertitle(columnName)
setColumnOvertitle()jaspTableR$setColumnOvertitle(columnName, newOvertitle)
getColumnFormat()jaspTableR$getColumnFormat(columnName)
setColumnFormat()jaspTableR$setColumnFormat(columnName, newFormat)
getColumnCombine()jaspTableR$getColumnCombine(columnName)
setColumnCombine()jaspTableR$setColumnCombine(columnName, newCombine)
getColumnType()jaspTableR$getColumnType(columnName)
setColumnType()jaspTableR$setColumnType(columnName, newType)
getRowName()jaspTableR$getRowName(rowIndex)
setRowName()jaspTableR$setRowName(rowIndex, newName)
getRowTitle()jaspTableR$getRowTitle(rowName)
setRowTitle()jaspTableR$setRowTitle(rowName, newTitle)