Learn R Programming

svgedit (version 1.0.0)

find_element: Find an element by label in an Inkscape SVG document

Description

Find an element by label in an Inkscape SVG document

Usage

find_element(doc, label)

Value

The xml2 node corresponding to the element with the given id

Arguments

doc

An xml2 SVG document

label

The label of the element to find