| PlainTextDocument {tm} | R Documentation |
Construct an object representing a plain text document with additional meta information.
PlainTextDocument(x = character(0), author = character(0),
datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"),
description = character(0), heading = character(0),
id = character(0), origin = character(0),
language = character(0), localmetadata = list())
x |
Object of class |
author |
Object of class |
datetimestamp |
Object of class |
description |
Object of class |
heading |
Object of class |
id |
Object of class |
origin |
Object of class |
language |
Object of class |
localmetadata |
Object of class |
Ingo Feinerer