extract_context_from_environment {lambdr} | R Documentation |
Extract context from environment variables
Description
This function is intended to provide ambient configuration that makes up part
of the context returned by extract_context
. These are the
components of the context formed by environment variables. To speed things up
a little we call the environment variables only once on runtime
initialisation and store them in the config.
Usage
extract_context_from_environment()
Value
list
[Package lambdr version 1.2.5 Index]