parse_q_tag: Parse apart a tag

View source: R/quiz_formatting.R

parse_q_tagR Documentation

Parse apart a tag

Description

Parse apart a tag

Usage

parse_q_tag(tag)

Arguments

tag

A single tag to extract from

Value

A named vector indicating the field and entry associated with it.

Examples


tag <- "{quiz, id: quiz_name_here, attempts: 10}"
parse_q_tag(tag)

ottrpal documentation built on April 3, 2025, 7:46 p.m.