Description Usage Arguments Value Examples
Exclude an attribute from an Fc Array data frame.
1 | fcff_exclude_attr(fc, attr, clm)
|
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. |
The Fc Array data frame, without the rows that have values in clm matching attr.
1 | fc_no_plac = fcff_exclude_attr(fc, "PLACEBO", "group")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.