Learn R Programming

xpose (version 0.4.19)

only_distinct: Create functions for data deduplication

Description

Create shortcut functions on the fly to remove duplicated records in data.

Usage

only_distinct(xpdb, .problem, facets, quiet)

Value

A function

Arguments

xpdb

An xpose database object.

.problem

The $problem number to be used.

facets

The plot faceting variable. The `facets` variables along with the `id` column type will be as grouping factors during data deduplication process.

quiet

Should messages be displayed to the console.