compile_standards: compile_standards

View source: R/compile_standards.R

compile_standardsR Documentation

compile_standards

Description

Does the following:

  1. Compile alignment info from the standards_*.gsheet in the project's ⁠meta/⁠ folder

  2. Output standards.RDS file with the alignment info (this will be read in by learningEpaulette() )

Usage

compile_standards(WD = "?", targetSubj = NULL)

Arguments

WD

is working directory of the project (useful to supply for shiny app, which has diff. working environment); If you put "?", it will invoke pick_lesson()

targetSubj

which subject(s) are the focus of the lesson? opts= "math","ela","science","social studies"; default=NULL

Value

list with 4 objects: $success (did it work?); $input (the input file as a tibble); $compiled (the compiled tibble); $problem_entries (a tibble of entries with 'skip' or missing values in the "How this aligns..." column). A JSON is saved to the destFolder location.


galacticpolymath/GPpub documentation built on April 5, 2025, 6:04 p.m.