R/OpenDownloadPage.R

Defines functions OpenDownloadPage

Documented in OpenDownloadPage

OpenDownloadPage <-
function (hit, download = FALSE) {
    if (!download) {
        browseURL(paste("https://requester.mturk.com/mturk/manageHIT?HITId=", 
                        hit, "&viewableEditPane=manageHIT_downloadResults", sep = ""))
    } else {
        browseURL(paste("https://requester.mturk.com/mturk/manageHIT?HITId=", hit, sep = ""))
    }
    invisible(NULL)
}

Try the MTurkR package in your browser

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

MTurkR documentation built on May 29, 2017, 11:09 p.m.