saveNeedminingFile {needmining}R Documentation

Save Tweet file

Description

saveNeedminingFile saves a dataframe created by the needmining package to a file

Usage

saveNeedminingFile(filename, tweetMessages)

Arguments

filename

The filename to save to

tweetMessages

An object containing the Twitter messages

Details

This function saves a dataframe created by the needmining package to a file

Author(s)

Dorian Proksch <dorian.proksch@hhl.de>

Examples

data(NMTrainingData)
saveNeedminingFile(filename=file.path(tempdir(), "NMTrainingData.csv"),
NMTrainingData)

[Package needmining version 0.1.1 Index]