We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e37c0 commit 91eafeaCopy full SHA for 91eafea
R/utils-upload.R
@@ -7,5 +7,7 @@
7
#' @export
8
#' @keywords internal
9
imgur_upload = function(file, key = xfun::env_option('knitr.imgur.key'), ...) {
10
+ # TODO: remove this after xfun 0.51
11
+ if (is.null(key)) key = paste(rev(strsplit('01a236c49e09142','')[[1]]), collapse = '')
12
xfun::upload_imgur(file, key, ..., include_xml = TRUE)
13
}
0 commit comments