Fills with NA missing values in a pivot table value array.
Usage
fill_values(pt)
# S3 method for pivot_table
fill_values(pt)
Value
A pivot_table object.
Arguments
pt
A pivot_table object.
Details
A pivot table should only contain label rows and columns, and an array of
values, usually numeric data.
To correctly carry out this operation, the number of rows and columns that
contain labels must be defined, and the table must only contain the pivot
table rows and columns.