saveTM: Write data in a topicminer format

Description Usage Arguments Examples

View source: R/saveTM.R

Description

Write data in a topicminer format.

Usage

1
saveTM(texts, metadata, path)

Arguments

texts

A character vector with your textual data.

metadata

A data.frame object with your metadata.

path

A string with path to the output directory.

Examples

1
saveTM(my_df$text, my_df[,c("user", "date", "location")], "./forTM/")

paskn/topicminerhelper documentation built on May 28, 2019, 7:37 a.m.