scan_columns {cleanepi} | R Documentation |
Calculate the percentage of missing and other data type values in a vector containing different data types such as numeric, Date, character, and logical.
scan_columns(x)
x |
A vector of ones or a combination of various data types. |
A vector of 5 elements representing the percentage of missing, numeric, date, character, and logical values found in the input vector.