Description Usage Arguments Details Value Author(s) Examples
View source: R/utility_functions.r
Scale and/or center the numeric columns of a data frame or tibble
| 1 | 
| data | A data frame or tibble | 
| sc | Scale the variables (default FALSE) | 
| cen | Center the variables on their means (default TRUE) | 
Takes a data frame or tibble as input and scales and/or centers the numeric columns. By default, centers but doesn't scale
An object of the same class as 'data', with the numeric columns scaled or centered as requested
Kieran Healy
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.