clean_nwea: Clean NWEA raw data (as exported from the website) so it can...

Description Usage Arguments Value Examples

Description

Clean NWEA raw data (as exported from the website) so it can be merged with ETO records

Usage

1

Arguments

df

dataframe: NWEA data exported from the website

Value

dataframe

Examples

1
2
nwea <- load_csv(data_folder = './path/to/data_folder')
nwea <- clean_nwea(df = nwea)

thelayc/laycca documentation built on May 31, 2019, 9:48 a.m.