Learn R Programming

vosonSML (version 0.26.3)

Authenticate.reddit: Reddit API authentication

Description

Reddit does not require authentication in this version of vosonSML.

Usage

# S3 method for reddit
Authenticate(socialmedia, ...)

Arguments

socialmedia

Character string. Identifier for social media API to authenticate, set to "reddit".

...

Additional parameters passed to function. Not used in this method.

Value

A credential object containing a $auth = NULL value and social media type descriptor $socialmedia set to "reddit". Object has the class names "credential" and "reddit".

Examples

Run this code
# NOT RUN {
# reddit authentication
redditAuth <- Authenticate("reddit")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab