(Internal) Guess the type of each individual cell in a dataframe
vis_guess
uses guess_type
to guess cell elements, like fingerprint
.
guess_type(x)
x |
is a vector of values you want to guess |
a character vector that describes the suspected class. e.g., "10" is an integer, "20.11" is a double, "text" is character, etc.
## Not run: guess_type(1) guess_type("x") guess_type(c("1", "0L")) purrr::map_df(iris, guess_type) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.