GetClient | R Documentation |
Create an API client. Only advanced users will likely need to use this
function. CheckAWSKeys()
is a helper function that checks if your
AWS keys can be found.
GetClient(
sandbox = getOption("pyMTurkR.sandbox", TRUE),
restart.client = FALSE
)
sandbox |
A logical indicating whether the client should be in the sandbox environment or the live environment. |
restart.client |
A boolean that specifies whether to force the creation of a new client. |
StartClient()
is an alias
No return value; Called to populate pyMTurkR$Client
Tyler Burleigh
AWS SDK for Python (Boto3) Boto3 Docs
## Not run:
GetClient()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.