Learn R Programming

sasif (version 0.1.2)

delete_if: Create a SAS-style DELETE rule

Description

Creates a DELETE rule to remove rows from the data.table when condition is TRUE.

Usage

delete_if(condition)

Value

A rule object for data_step().

Arguments

condition

Logical condition evaluated on the data.table.