Learn R Programming

rgoogleclassroom (version 1.0.0)

parse_q_tag: Parse apart a tag

Description

Parse apart a tag

Usage

parse_q_tag(tag)

Value

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

Arguments

tag

A single tag to extract from

Examples

Run this code
# \donttest{

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

Run the code above in your browser using DataLab