tmMetaData: Function to create tmMetaData

Description Usage Arguments Value Examples

Description

Function to create tmMetaData

Usage

1
2
tmMetaData(id = 1, language = "en", author = character(0),
  date = Sys.Date(), title = paste("Document_", id, sep = ""), ...)

Arguments

id

id of document

language

string language of document

author

string authors name

date

Date - date of reading in/date of publication

title

string title of document

...

other metadata

Value

returns tmMetaData object

Examples

1
2
tmMetaData(id = 1, author = "Author", newmetadata = "random")
tmMetaData(title = "New title")

textmining documentation built on May 2, 2019, 6:47 a.m.