textLBAM: The LBAM library

View source: R/2_4_0_textPredict_Assess_Classify.R

textLBAMR Documentation

The LBAM library

Description

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

Usage

textLBAM(columns = NULL, lbam_update = FALSE)

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

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)

OscarKjell/text documentation built on April 3, 2025, 3:07 p.m.