Description Usage Arguments Value Examples
A wrapper for fcff_exclude_attr that performs the exclusion behavior repeatedly in order to produce a dataset with just attr in attrs.
1 | fcff_only_attr(fc, attr, attrs, clm)
|
fc |
The Fc Array data frame. |
attr |
The value of the thing you want gone. |
attrs |
A vector containing all the values that attr can take on in clm. |
clm |
What column in fc attr will be found in. |
The Fc Array data frame, with only the rows that have values in clm matching attr.
1 2 | groups = c("PLACEBO", "VACCINE")
fc_only_placebo = fcff_only_attr(fc, "PLACEBO", groups, "group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.