checkDtype: Return suggested dtype of vector input

View source: R/ReformatDataframe.R

checkDtypeR 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)


handyFunctions documentation built on Aug. 22, 2022, 5:06 p.m.