DublinCore-methods {tm} | R Documentation |
Methods for function DublinCore
in package tm, which provide
a bijective mapping between Simple Dublin Core meta data and tm meta
data structures.
tag
for
object
. tag
must be a valid Simple Dublin Core
element name (i.e, Title, Creator, Subject, Description,
Publisher, Contributor, Date, Type, Format, Identifier, Source,
Language, Relation, Coverage, or Rights) or NULL
. For the
latter all Dublin Core meta data are printed.data("crude") DublinCore(crude[[1]]) meta(crude[[1]]) DublinCore(crude[[1]], tag = "Creator") <- "Ano Nymous" DublinCore(crude[[1]], tag = "Format") <- "XML" DublinCore(crude[[1]]) meta(crude[[1]])