Interface RLangRunner

All Known Implementing Classes:
RScriptRunner
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RLangRunner
Executes an R script.

Applications may provide their own Spring bean implementing this interface. Mork supplies RScriptRunner when no custom runner is configured.

  • Method Summary

    Modifier and Type
    Method
    Description
    Execute the requested R script and wait for it to finish.
  • Method Details

    • execute

      Execute the requested R script and wait for it to finish.
      Parameters:
      request - execution parameters
      Returns:
      completed process information and output log locations