fcff_exclude_attr: Exclude An Attribute

Description Usage Arguments Value Examples

View source: R/fc_feat_filt.R

Description

Exclude an attribute from an Fc Array data frame.

Usage

1

Arguments

fc

The Fc Array data frame.

attr

The value of the thing you want gone.

clm

What column in fc attr will be found in.

Value

The Fc Array data frame, without the rows that have values in clm matching attr.

Examples

1
fc_no_plac = fcff_exclude_attr(fc, "PLACEBO", "group")

kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.