Description Usage Arguments Value Examples
Internal and unexported function of ForestData
1 | check_rename_variable_col(arg, name, data)
|
arg |
A character argument corresponding to a column name, that must be checked |
name |
A name which replaces the original column name inside the function where the check/replace is called |
data |
A data.frame |
A data.frame in which the target colname has been replaced by one that will be used internally
1 2 3 4 | ## Not run:
data <- check_rename_variable_col(status_col, "status",data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.