powered by
Retrieve the Language-Based Assessment Models library (LBAM).
textLBAM(columns = NULL, construct_start = NULL, lbam_update = FALSE)
Data frame containing information about the Language-based assessment models library (LBAM).
(string) Select which columns to retrieve e.g., c("Name", "Path")
(string) Select which constructs concepts and/or behaviors to retrieve.
(boolean) TRUE downloads a new copy of the LBAM file
if (FALSE) { library(dplyr) test_lbam <- textLBAM( lbam_update = TRUE ) subset( lbam, substr(Construct_Concept_Behaviours, 1, 3) == "Dep", select = c(Construct_Concept_Behaviours, Name) ) }
Run the code above in your browser using DataLab