imgur_upload {knitr} | R Documentation |
Upload an image to imgur.com
Description
This function is an alias to xfun::upload_imgur()
. It is kept in
knitr only for backward-compatibility reasons. You are recommended to
use xfun::upload_imgur()
directly instead.
Usage
imgur_upload(
file,
key = xfun::env_option("knitr.imgur.key", "9f3460e67f308f6"),
...
)
Arguments
file , key , ... |
See |
[Package knitr version 1.48 Index]