Usage
upload_image(file, title = NULL, description = NULL, album = NULL, name = NULL, type = 'file', ...)
imgur_upload(file, title = NULL, description = NULL, album = NULL, name = NULL, type = 'file', ...)
Arguments
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.
...
Other arguments passed to HTTP request functions, for example: token
(an OAuth2.0 token) or key
(an API key, used by default).