activate.poly_frame: Activate a data-frame within a poly_frame

Description Usage Arguments

View source: R/polyply_activate.R

Description

Activate a data-frame within a poly_frame

Usage

1
2
## S3 method for class 'poly_frame'
activate(.data, what)

Arguments

.data

A poly_frame.

what

An index for that data-frame within the poly_frame which is to be activated (i.e. become the data-frame that is prepared for filtering / selecting). This may be specified by an integer index or by variable-name (i.e. activate(pf, some_df_name)).


russHyde/polyply documentation built on July 13, 2019, 11:05 a.m.