Learn R Programming

text (version 1.4)

textLBAM: The LBAM library

Description

Retrieve the Language-Based Assessment Models library (LBAM).

Usage

textLBAM(columns = NULL, lbam_update = FALSE)

Value

Data frame containing information about the Language-based assessment models library (LBAM).

Arguments

columns

(string) Select which columns to retrieve e.g., c("Name", "Path")

lbam_update

(boolean) TRUE downloads a new copy of the LBAM file

Examples

Run this code
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