Description Usage Arguments Value Examples
To test whether a given argument is a factor or not
1 | factor_check(x)
|
x |
factor |
Return nothing if it is a factor, or else a message stating "This is not a factor, please ensure the adequate data type" and also stop the function.
1 | factor_check(iris$Species)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.