.ncol_check | R Documentation |
This internal function determines the type of dataset ('sex', 'place', or 'bullet') based on the number of columns.
.ncol_check(dataset)
dataset |
A data frame whose column count will be analyzed. |
A character string indicating the dataset type ('sex', 'place', or 'bullet'). If column numbers do not match any predefined types, an error is thrown.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.