Learn R Programming

pxmake (version 0.19.0)

update_data_table: Add value as data table in x

Description

Add value as data table in x

Usage

update_data_table(x, value)

Arguments

x

A px object

value

Optional. A data frame. If missing, the current DATA is returned. If NULL, all data rows are removed.