View source: R/read_cifti_header.R
| cifti.parse.attr | R Documentation |
Read and validate an attribute value of an XML node.
cifti.parse.attr(node, attr_name, required = FALSE, context = "")
node |
an xml2 node. |
attr_name |
character string, the name of the attribute. |
required |
logical, whether the attribute must be present. |
context |
character string, used in the error message. |
character string, or NA_character_ if the attribute is absent and
not required.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.