ILSAfile.info {ILSAmerge} | R Documentation |
ILSA data files information
Description
Aggregates International Large-Scale Assessments (ILSA) data files information by population.
Usage
ILSAfile.info(inputdir = getwd())
Arguments
inputdir |
a string indicating the path where ILSA 'SPSS' files are stored. |
Value
A data frame with the number of files and MBs per population.
Examples
# Path where raw 'SPSS' files are
input <- system.file("extdata/reds", package = "ILSAmerge")
# Get file information
ILSAfile.info(inputdir = input)
[Package ILSAmerge version 1.3.0 Index]