favorite_image {imguR}R Documentation

Favorite image

Description

Favorite an image

Usage

favorite_image(id, ...)

Arguments

id

An image ID or object of class “imgur_image”.

...

Other arguments passed to HTTP request functions, for example: token (an OAuth2.0 token) or key (an API key, used by default).

Details

Favorites an image.

Value

An object of class “imgur_basic”.

Author(s)

Thomas J. Leeper

Examples

## Not run: 
tkn <- imgur_login()
favorite_image("DgqMUeq", token = tkn)

## End(Not run)

[Package imguR version 1.0.3 Index]