textLBAM {text} | R Documentation |
The LBAM library
Description
Retrieve the Language-Based Assessment Models library (LBAM).
Usage
textLBAM(columns = NULL, construct_start = NULL, lbam_update = FALSE)
Arguments
columns |
(string) Select which columns to retrieve e.g., c("Name", "Path") |
construct_start |
(string) Select which constructs concepts and/or behaviors to retrieve. |
lbam_update |
(boolean) TRUE downloads a new copy of the LBAM file |
Value
Data frame containing information about the Language-based assessment models library (LBAM).
Examples
## Not run:
library(dplyr)
test_lbam <- textLBAM(
lbam_update = TRUE
)
subset(
lbam,
substr(Construct_Concept_Behaviours, 1, 3) == "Dep",
select = c(Construct_Concept_Behaviours, Name)
)
## End(Not run)
[Package text version 1.6 Index]