rcluster package¶
Module contents¶
rcluster is a utility for configuring, launching, accessing, and managing R clusters on AWS.
RCluster
is the primary interface when used procedurally
within a Python script.
Command line tools include:
rcluster-config
(__exec__.config()
)rcluster
(__exec__.main()
)rcluster-open
(__exec__.retrieveCluster()
)rcluster-terminate
(__exec__.terminate()
)