Description Usage Arguments Examples
View source: R/acct_tvaas_growth.R
This function creates Accountability dataframe for the Growth Indicator
1 | acct_tvaas_growth(tvaas_path_excel, grade_pools_path, school_names_path)
|
tvaas_path_excel |
Path to the TVAAS file from SAS in Excel format |
grade_pools_path |
Path to the Grade Pools file |
school_names_path |
Path to the file with School/System names |
1 2 3 4 5 6 7 | ## Not run:
acct_tvaas_growth("N:/ORP_accountability/data/2019_tvaas/
2019-School-Level-Accountability-Results-EOC-TCAP.xlsx",
"N:/ORP_accountability/projects/2019_school_accountability/grade_pools_designation_immune.csv",
"N:/ORP_accountability/data/2019_final_accountability_files/names.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.