getNAEPCatalog: Return the NAEP catalog as a data frame

Description Usage Arguments Details

Description

Read NAEP catalog

Usage

1
2
3
  getNAEPCatalog(year, grade, subject,
    directory = getBaseDirectory(), sample = c("AT", "PM"),
    type = c("Student", "School"))

Arguments

year

the year of the NAEP data.

grade

the grade to read.

subject

the subject to read (e.g. Math, Read)

directory

the root directory of the NAEP data disc.

sample

either AT or PM.

type

the type of data to read (i.e. Student or School)

Details

Read the NAEP catalog and return a data frame of the available variables in the NAEP database.


jbryer/naep documentation built on May 18, 2019, 7:02 p.m.