This function only get tweet from tsentiment api

getTweet(fetchParams)

Arguments

fetchParams

is variable

Value

JSON

Examples

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