fread_heims: Read raw HEIMS file

Description Usage Arguments Details Value

View source: R/fread_heims.R

Description

Read raw HEIMS file

Usage

1
fread_heims(filename)

Arguments

filename

A text-delimited file, passed to fread from data.table.

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.


heims documentation built on May 2, 2019, 9:20 a.m.