sort_fields {readtext} | R Documentation |
Move text to the first column and set types to document variables
Description
Move text to the first column and set types to document variables
Usage
sort_fields(x, path, text_field, impute_types = TRUE)
Arguments
x |
data.frame; contains texts and document variables |
path |
character; file path from which |
text_field |
numeric or character; indicate position of a text column in x |
impute_types |
logical; if |
[Package readtext version 0.91 Index]