A 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
)

Arguments

title

String, title of the jaspContainer

dependencies

see jaspObject

position

see jaspObject

Super classes

jaspResults::jaspObjR -> jaspResults::jaspOutputObjR -> jaspTableR

Methods

Public methods

Inherited methods

Method new()

Usage

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
)


Method addColumns()

Usage

jaspTableR$addColumns(cols)


Method setData()

Usage

jaspTableR$setData(data)


Method addFootnote()

Usage

jaspTableR$addFootnote(
  message = "",
  symbol = NULL,
  colNames = NULL,
  rowNames = NULL
)


Method addColumnInfo()

Usage

jaspTableR$addColumnInfo(
  name = NULL,
  title = NULL,
  overtitle = NULL,
  type = NULL,
  format = NULL,
  combine = NULL
)


Method addRows()

Usage

jaspTableR$addRows(rows, rowNames = NULL)


Method setExpectedSize()

Usage

jaspTableR$setExpectedSize(rows = NULL, cols = NULL)


Method getColumnName()

Usage

jaspTableR$getColumnName(columnIndex)


Method setColumnName()

Usage

jaspTableR$setColumnName(columnIndex, newName)


Method getColumnTitle()

Usage

jaspTableR$getColumnTitle(columnName)


Method setColumnTitle()

Usage

jaspTableR$setColumnTitle(columnName, newTitle)


Method getColumnOvertitle()

Usage

jaspTableR$getColumnOvertitle(columnName)


Method setColumnOvertitle()

Usage

jaspTableR$setColumnOvertitle(columnName, newOvertitle)


Method getColumnFormat()

Usage

jaspTableR$getColumnFormat(columnName)


Method setColumnFormat()

Usage

jaspTableR$setColumnFormat(columnName, newFormat)


Method getColumnCombine()

Usage

jaspTableR$getColumnCombine(columnName)


Method setColumnCombine()

Usage

jaspTableR$setColumnCombine(columnName, newCombine)


Method getColumnType()

Usage

jaspTableR$getColumnType(columnName)


Method setColumnType()

Usage

jaspTableR$setColumnType(columnName, newType)


Method getRowName()

Usage

jaspTableR$getRowName(rowIndex)


Method setRowName()

Usage

jaspTableR$setRowName(rowIndex, newName)


Method getRowTitle()

Usage

jaspTableR$getRowTitle(rowName)


Method setRowTitle()

Usage

jaspTableR$setRowTitle(rowName, newTitle)