Usage
imgur(device = png, file = NULL, title = NULL, description = NULL, album = NULL, name = NULL, key = NULL, token = NULL, ...)
Arguments
device
A graphics device function. Default is png
.
file
Name of the file to be uploaded to imgur.com
title
Optionally, an image title.
description
Optionally, an image description.
album
Optionally, an Imgur album ID.
name
Optionally, a file name, otherwise the file
filename is used.
key
An API key. If NULL
, the default imguR package API key is used.
token
Optionally, an OAuth2.0 token (returned by imgur_login
. If NULL
, the API key used instead. ...
Other arguments passed to the specified device function.