Learn R Programming

needmining (version 0.1.1)

readNeedminingFile: Read Tweet file

Description

readNeedminingFile reads a Needmining file created by the needmining package

Usage

readNeedminingFile(filename)

Arguments

filename

The filename of the file to read

Value

a data frame containing the content of the file

Details

This function reads a Needmining file created by the needmining package

Examples

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

Run the code above in your browser using DataLab