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._getData(fn)[source]

Inputs are sourced from the rcluster installation directory

Parameters:fn – The data file name to retrieve from the rcluster installation.
rcluster._setData(ext)[source]

Return path to save a file to hidden .rcluster folder in user directory.

Parameters:ext – The extension to give the output file. (All outputs are given the same filename, based on the configuration version.)