powered by
Concatenate meta elements into a ListOfmeta
# S4 method for meta c(x, ..., recursive = FALSE)
meta elements to be concatenated, e.g. see meta
meta
logical, if 'recursive=TRUE', the function descends through lists and combines their elements into a vector.
a listOfmeta object containing multiple meta elements.
# NOT RUN { c(meta(content="example", property="dc:title"), meta(content="Carl", property="dc:creator")) # }
Run the code above in your browser using DataLab