readECLS_B | R Documentation |
Opens a connection to an ECLS-B data file and
returns an edsurvey.data.frame
with
information about the file and data.
readECLS_B(
path = getwd(),
filename,
layoutFilename,
forceReread = FALSE,
verbose = TRUE
)
path |
a character value to the full directory path(s) to the ECLS-B extracted fixed-with-format (.dat) set of datafiles. |
filename |
a character value of the name of the fixed-width-file (.dat) data file in the specificed |
layoutFilename |
a character value of the filename of either the ASCII text (.txt) layout file of the |
forceReread |
a logical value to force rereading of all processed data.
The default value of |
verbose |
a logical value that will determine if you want verbose output while the |
Reads in the unzipped files downloaded from the ECLS-B longitudinal Database.
An edsurvey.data.frame
for the ECLS-B longitudinal dataset.
Trang Nguyen
readNAEP
, getData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.