Description Usage Arguments Value Author(s)
View source: R/utils.examples.R
Function changing a data frame by adding a column
1 2 | example_data_frame(data = data.frame(x = c(1, 2), y = c(1, 2)),
mult = 1)
|
data |
( |
mult |
( |
A data.frame with an additional column sum that
is the rowwise sum multiplied by mult
Sebastian Wolf sebastian@mail-wolf.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.