extract_aria_label {risk.assessr}R Documentation

Extract aria-label from SVG data

Description

Extracts the aria-label attribute value from SVG data badge.

Usage

extract_aria_label(svg_data)

Arguments

svg_data

A character string containing SVG data.

Value

A character string containing the extracted aria-label value, or NULL if not found.


[Package risk.assessr version 2.0.0 Index]