View source: R/ReformatDataframe.R
checkDtype | R Documentation |
Return suggested dtype of vector input
checkDtype(vector)
vector |
vector/list input |
Return suggested dtypes of vector
library(handyFunctions) vector <- c(1, 2, 3, "", NA, " ", "four", "NA", 5) checkDtype(vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.