aigra_parse_tabular_items: Parse tabular item bank

View source: R/aigra-tabular.R

aigra_parse_tabular_itemsR Documentation

Parse tabular item bank

Description

Parses a CSV or Excel item bank directly from the supplied file path.

Usage

aigra_parse_tabular_items(
  file_path,
  source_language = "English",
  subject = "General",
  exam = "Item Bank"
)

Arguments

file_path

Path to CSV or Excel item bank.

source_language

Source language of the input tabular item bank.

subject

Subject area of the assessment items.

exam

Examination, assessment, or project name.

Value

A data frame of parsed assessment items.


AIGRA documentation built on July 10, 2026, 5:06 p.m.