Learn R Programming

edbuildr (version 0.3.0)

master_codebook: A function to view EdBuild's data sources and variable names

Description

This function imports a codebook for EdBuild's master data. The codebook tells the user what each variable name represents and the source of each variable.

Usage

master_codebook()

Arguments

Value

A dataframe where each observation is a variable from the master dataset.

See Also

long_masterpull, masterpull

Examples

Run this code
# NOT RUN {
codebook <- master_codebook()
# }

Run the code above in your browser using DataLab