Description Usage Arguments Details Examples
Initialize the interface to the Python engine and verify that required packages are installed.
1 | rLambdaInitialize(path)
|
path |
The path to the Python executable to be used. |
By default the R package reticulate
will check the
system and use the first Python engine it finds. This is
often not the one the user wants. A specific Python
executable can be set by passing the path.
The interface to AWS is provided by the Python package
boto3
and the request and response are sent via JSON.
The Python packages boto3
and json
must be installed
and available to the requested Python executable.
1 | rLambdaInitialize(path='/anaconda3/bin/python')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.