Nothing
#' @export
pyMTurkR <- new.env()
.onLoad <- function(libname, pkgname){
if (is.null(getOption("pyMTurkR.sandbox"))) {
options(pyMTurkR.sandbox = TRUE) # sandbox logical
}
if (is.null(getOption("pyMTurkR.verbose"))) {
options(pyMTurkR.verbose = TRUE) # print logical
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.