setup_twitteR: TwittR Setup

Description Usage Arguments Examples

View source: R/setup_twitteR.R

Description

This function allows you to link your twitter to the twitter API If you don't have twitter api keys, go to https://developer.twitter.com/ and create an account. Then, go to create an app, fill out the form, and you should be able to access your very own keys and tokens.

Usage

1
2
3
4
5
6
setup_twitteR(
  api_key = NULL,
  api_secret = NULL,
  token = NULL,
  token_secret = NULL
)

Arguments

api_key

String. Defaults to NULL. User's api key if they don't wish to use ours

api_secret

String. Defaults to NULL. User's secret api if they don't wish to use ours

token

String. Defaults to NULL. User's token if they don't wish to use ours

token_secret

String. Defaults to NULL. User's secret token if they don't wish to use ours

Examples

1

serrat839/package documentation built on May 29, 2020, 10:54 a.m.