R/report_gallery_image.r

Defines functions report_gallery_image

Documented in report_gallery_image

report_gallery_image <-
function(id,
         ...){
    out <- imgurPOST(paste0('gallery/image/', id, '/report'), ...)
    structure(out, class = 'imgur_vote')
}

Try the imguR package in your browser

Any scripts or data that you put into this service are public.

imguR documentation built on May 2, 2019, 4:02 p.m.