mturkrhelp
makes help requests directly to the API, while APIReference
simply loads the API documentation.mturkhelp(about, helptype = NULL, keypair = credentials(),
print = getOption('MTurkR.print'),
browser = getOption('MTurkR.browser'),
log.requests = getOption('MTurkR.log'),
validation.test = getOption('MTurkR.test'))
APIReference()
credentials
.TRUE
.FALSE
.TRUE
. See readlogfile
for details.FALSE
.mturkhelp
: help information is printed to the standard output. For APIReference
: the MTurk API documentation is opened in the user's default browser.}
references{
href{http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMechanicalTurkGettingStartedGuide/Welcome.html?r=9808}{Getting Started Guide}
href{http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMechanicalTurkRequester/Welcome.html?r=349}{Developer Guide}
href{http://docs.amazonwebservices.com/AWSMechTurk/latest/AWSMturkAPI/Welcome.html?r=3235}{API Reference}
href{http://awsdocs.s3.amazonaws.com/MechTurk/latest/QRC-MTurk.pdf}{Quick Reference}
}
author{Thomas J. Leeper}
%\note{}
%\seealso{}
examples{
dontrun{
mturkhelp(about="GrantBonus",helptype="Operation")
APIReference()
}
}
keyword{Documentation}