Learn R Programming

freesurferformats (version 0.1.18)

cdata: Create CDATA element string from string.

Description

Create CDATA element string from string.

Usage

cdata(string)

Value

character string, the input wrapped in the cdata tags

Arguments

string

character string, the input string, freeform text. Must not contain the cdata start and end tags.