View source: R/misc-deprecated.R
multi.add.qual.att | R Documentation |
Create a dataframe filled with a value with the same number of rows than a given df and then bind the two together (new data.frame as new columns)
multi.add.qual.att(df, att, val, ...)
df |
data.frame of reference |
att |
vector of character strings |
val |
vector of values to use to fill the new columns |
... |
additionnal arguments for base::data.frame |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.