Description Usage Arguments Value Examples
View source: R/typeConversions.R
This is useufl for on-the-fly conversion for data profiling
1 |
df |
a dataframe where you want to convert |
the full df with factor columns instead of logical.
1 2 3 | d <- data.frame(a = rnorm(100),
b = sample(100, c(T, F)))
log2fact(d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.