getTweet {tsentiment} | R Documentation |
This function only get tweet from tsentiment api
getTweet(fetchParams)
fetchParams |
is variable |
JSON
## Not run:
fetchParams <- list(headers = headers,params = params,url = APIinfo$url)
getTweet(fetchParams)
## End(Not run)