50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


vosonSML (version 0.32.7)

Authenticate.web: Web crawler authentication

Description

Web crawler does not require authentication in this version of vosonSML.

Usage

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

Value

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

Arguments

socialmedia

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

...

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

Examples

Run this code
if (FALSE) {
# web authentication
webAuth <- Authenticate("web")
}

Run the code above in your browser using DataLab