only_distinct {xpose} | R Documentation |
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)
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. |
Value
A function
[Package xpose version 0.4.19 Index]