xml_node_gifti_MD {freesurferformats}R Documentation

Create XML GIFTI metadata node.

Description

Create XML GIFTI metadata node.

Usage

xml_node_gifti_MD(name, value, as_cdata = TRUE)

Arguments

name

character string, the metadata name

value

character string, the metadata value

as_cdata

logical, whether to wrap the value in cdata tags

Value

XML tree from xml2

Note

This creates an MD note, not the outer MetaData node.


[Package freesurferformats version 0.1.18 Index]