impute_types {readtext}R Documentation

Detect and set variable types automatically

Description

Detect and set variable types in a similar way as read.csv() does. Should be used when imported data.frame is all characters.

Usage

impute_types(x)

Arguments

x

data.frame; columns are all characters vectors


[Package readtext version 0.91 Index]