Description Usage Arguments Value Note
Tell doPar to use this backend.
1 2 3 4 5 6 7 | registerDoLambda(
bucket,
key = NULL,
secret = NULL,
region = NULL,
throttle = 2
)
|
bucket |
name of an S3 bucket you own that will hold the job queue |
key |
AWS Access Key. |
secret |
AWS Secret Key. |
region |
AWS Default Region. |
throttle |
How long to pause between progress checks to play nice with AWS endpoints. Minimum is 2 seconds (default) |
nothing. Called for side effect of registering doParallel backend.
If credentials are not provided (key, secret, and region), asw,signature will be used to locate them by searching in the following order: environment variables ('AWS_ACCESS_KEY', 'AWS_SECRET_ACCESS_KEY', and 'AWS_DEFAULT_REGION'), ./.aws/credentials, and finally ~/.aws/credentials. If no credentials can be found, the function will throw an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.