R/OpenWorkerPage.R

Defines functions OpenWorkerPage

Documented in OpenWorkerPage

OpenWorkerPage <-
function (workerid = NULL) {
    if (is.null(workerid)) {
        browseURL("https://requester.mturk.com/workers/")
    }
    if (!is.null(workerid)) {
        browseURL(paste("https://requester.mturk.com/workers/", workerid, 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.