Learn R Programming

ILSAmerge (version 1.3.6)

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 where ILSA 'SPSS' files are stored.

Examples

Run this code
# Path where 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