Learn R Programming

RNeXML (version 2.2.0)

c,meta-method: Concatenate meta elements into a ListOfmeta

Description

Concatenate meta elements into a ListOfmeta

Usage

# S4 method for meta
c(x, ..., recursive = FALSE)

Arguments

x, ...

meta elements to be concatenated, e.g. see meta

recursive

logical, if 'recursive=TRUE', the function descends through lists and combines their elements into a vector.

Value

a listOfmeta object containing multiple meta elements.

Examples

Run this code
# NOT RUN {
c(meta(content="example", property="dc:title"),
  meta(content="Carl", property="dc:creator"))

# }

Run the code above in your browser using DataLab