Caption Method (R)

.Caption(object,caption). Adds a caption to the pivot table. The argument object is a reference to the associated BasePivotTable object. The argument caption is a string specifying the caption.

Example

table = spss.BasePivotTable("Table Title",
                            "OMS table subtype")
BasePivotTable.Caption(table,"A sample caption")