Learn R Programming

needmining (version 0.1.0)

saveNeedminingFile: 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

Examples

Run this code
# NOT RUN {
data(NMTrainingData)
saveNeedminingFile(filename=file.path(tempdir(), "NMTrainingData.csv"),
NMTrainingData)
# }

Run the code above in your browser using DataLab