Skip to contents

Inspect or change CELLNOTE.

Usage

px_cellnote(x, value)

# S3 method for class 'px'
px_cellnote(x, value)

Arguments

x

A px object

value

Optional. A data frame with columns 'cellnote' and one or more columns with the names of the STUB and HEADING variables. The 'cellnote' column is the cellnote text, and the STUB/HEADING columns control which cells the note applies to. Use '*' if the note applies to all cells for a variable.If 'value' is missing, the current CELLNOTE is returned. If NULL, CELLNOTE is removed.

Value

A px object, or a data frame.