checkDtype {handyFunctions} | R Documentation |
Return suggested dtype of vector input
Description
Return suggested dtype of vector input
Usage
checkDtype(vector)
Arguments
vector |
vector/list input |
Value
Return suggested dtypes of vector
Examples
library(handyFunctions)
vector <- c(1, 2, 3, "", NA, " ", "four", "NA", 5)
checkDtype(vector)
[Package handyFunctions version 0.1.0 Index]