check_input | R Documentation |
This function checks whether input data is a data frame, matrix, vector, or factor variable, and converts it to a numeric matrix.
check_input(input)
input |
A data frame, matrix, vector, or factor variable to be converted to a numeric matrix. |
A numeric matrix corresponding to the input data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.