Learn R Programming

tsentiment (version 1.0.5)

getTweet: Get Tweet

Description

This function only get tweet from tsentiment api

Usage

getTweet(fetchParams)

Value

JSON

Arguments

fetchParams

is variable

Examples

Run this code
if (FALSE) {
fetchParams <- list(headers = headers,params = params,url = APIinfo$url)
getTweet(fetchParams)
}

Run the code above in your browser using DataLab