Learn R Programming

ILSAmerge (version 1.2.5)

ILSAfile.info: ILSA data files information

Description

Aggregates International Large-Scale Assessments (ILSA) data files information by population.

Usage

ILSAfile.info(inputdir = getwd())

Value

A data frame with the number of files and MBs per population.

Arguments

inputdir

a string indicating the path were ILSA 'SPSS' files are stored.

Examples

Run this code
# Path were raw 'SPSS' files are
input <- system.file("extdata/reds", package = "ILSAmerge")

# Get file information
ILSAfile.info(inputdir = input)

Run the code above in your browser using DataLab