View source: R/2_4_0_textPredict_Assess_Classify.R
textLBAM | R Documentation |
Retrieve the Language-Based Assessment Models library (LBAM).
textLBAM(columns = NULL, lbam_update = FALSE)
columns |
(string) Select which columns to retrieve e.g., c("Name", "Path") |
lbam_update |
(boolean) TRUE downloads a new copy of the LBAM file |
Data frame containing information about the Language-based assessment models library (LBAM).
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.