Rdocumentation
powered by
Learn R Programming
visdat (version 0.0.4.9500)
guess_type: Guess the type of each individual cell in a dataframe
Description
guess_type
is used in vis_guess as a utility function. Similar to
fingerprint
.
Usage
guess_type(x)
Arguments
x
is a vector of values you want to guess
Value
a character vector that describes the suspected class. e.g., "10" is an integer, "20.11" is a double, "text" is character, etc.