powered by
saveNeedminingFile saves a dataframe created by the needmining package to a file
saveNeedminingFile
saveNeedminingFile(filename, tweetMessages)
The filename to save to
An object containing the Twitter messages
This function saves a dataframe created by the needmining package to a file
# NOT RUN { data(NMTrainingData) saveNeedminingFile(filename=file.path(tempdir(), "NMTrainingData.csv"), NMTrainingData) # }
Run the code above in your browser using DataLab