Class RScriptRunner

java.lang.Object
es.urjc.etsii.grafo.autoconfig.r.RScriptRunner
All Implemented Interfaces:
RLangRunner

public class RScriptRunner extends Object implements RLangRunner
Executes R scripts using the system Rscript command.
  • Constructor Details

  • Method Details

    • execute

      public RExecutionResult execute(RExecutionRequest request)
      Description copied from interface: RLangRunner
      Execute the requested R script and wait for it to finish.
      Specified by:
      execute in interface RLangRunner
      Parameters:
      request - execution parameters
      Returns:
      completed process information and output log locations