matriz_names | R Documentation |
This function calls init_matrix()
to obtain a matrix or data frame,
then extracts the class of each column. It returns a data frame containing
the class information for each column.
matriz_names(...)
... |
extra arguments to pass as column names for the literature matrix |
The purpose of this function is to provide the user with a quick way to check the default names and classes as the matrix is being filled instead of having to type 'str(init_matrix())' every time the user forgets a category in the default matrix.
A data frame with one column named class
that lists the class
of each column from the matrix or data frame returned by init_matrix()
.
matriz_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.