Description Usage Arguments Value See Also Examples
Remove the .
prefix from derived variables, if any, and return the data.frame.
1 | normalise_derived_vars(.data)
|
.data |
a data.frame object. |
a data.frame object.
omit_derived_vars
1 2 | .df <- data.frame(a = rep(10, 10), b = rep(10, 10), .c = rep(10, 10), d.d = rep(10, 10))
normalise_derived_vars(.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.