Connections: Class to manage the connections with twitter and youtube

Description Usage Arguments Format Details Methods Private fields See Also

Description

The tasks of the functions that the Connections class has are to establish the connections and control the number of requests that have been made.

Usage

1
Connections$new(keysPath)

Arguments

keysPath

(character) Path of the .ini file that contains the keys.

Format

An object of class R6ClassGenerator of length 24.

Details

The way to indicate the keys of youtube and twitter has to be through an .ini file that contains the following structure:

[twitter]

ConsumerKey=YourConsumerKey

ConsumerSecret=YourConsumerSecret

AccessToken=YourAccessToken

AccessTokenSecret=YourAccessTokenSecret

[youtube]

app_id=YourAppId

app_password=YourAppPassword

Methods

Private fields

See Also

ExtractorTwtid, ExtractorYtbid


miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.