twitterLogin: Login into Twitter API

Description Usage Details Value Author(s) Examples

View source: R/twitterLogin.R

Description

twitterLogin creates a token for the Twitter API

Usage

1

Details

This function creates a Twitter token of the Twitter API. This is necessary to use functions of the Twitter API. The login data has to be stored in the 'TwitterLoginData.csv' in the current set working directory (please refer to getwd() and setwd()). The file should have the following format: START app;consumer_key;consumer_secret;access_token;access_secret LINEBREAK The name of your app; your consumer_key; your consumer_secret; your access_token; your access_secret END OF FILE

Value

a Twitter token

Author(s)

Dorian Proksch <dorian.proksch@hhl.de>

Examples

1
2
3
4
## Not run: 
token <- twitterLogin()

## End(Not run)

needmining documentation built on May 1, 2019, 8:36 p.m.