View source: R/compile_standards.R
compile_standards | R Documentation |
Does the following:
Compile alignment info from the standards_*.gsheet
in the project's meta/
folder
Output standards.RDS file with the alignment info (this will be read in by learningEpaulette()
)
compile_standards(WD = "?", targetSubj = NULL)
WD |
is working directory of the project (useful to supply for shiny app, which has diff. working environment); If you put "?", it will invoke |
targetSubj |
which subject(s) are the focus of the lesson? opts= "math","ela","science","social studies"; default=NULL |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.