View source: R/prune_01-B_proc.R
prune_proc | R Documentation |
Identify rows for prunning.
prune_proc( data, id = NA_character_, prune_var = "prune_id", func = NULL, cols, ... )
data |
Dataframe. |
id |
String. ID used to identify the rows in column |
prune_var |
The name of the column with the prune id. Default is "prune_id". |
func |
Function used to select the rows meeting the condition for
prunning. Default is |
cols |
Names of columns to apply |
... |
Additional arguments used by |
Set the column prune_var
to id
if the condition defined by
func
is met. See more details in the details section of prune
.
Data.frame with updated prune_var
column.
prune
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.