fread_heims {heims} | R Documentation |
Read raw HEIMS file
Description
Read raw HEIMS file
Usage
fread_heims(filename)
Arguments
filename |
A text-delimited file, passed to |
Details
The strings "" "NA" "?" "." "*" "**"
are treated as missing, as well as ZZZZZZZZZZ
(so students without a CHESSN will be marked with the integer64
missing value).
Value
A data.table
with column names in ascending (lexicographical) order and
any columns starting with e
will be uppercase.
[Package heims version 0.4.0 Index]