Description Usage Arguments Details Value See Also Examples
View source: R/convert_types_of_var.R
Convert a variable from one type to another type
1 | convert_all_variables(data, from, to)
|
data |
dataset |
from |
type of variable to be converted from |
to |
type of variable to be converted to |
DETAILS
different type of variable
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.