Skip to content

brunoocostaa/R.Activities

Repository files navigation

R.Activities

Package of custom activities which allows UiPath to integrate with R.

Available activities:

  • R Scope: Initialize the R Engine
  • Run R Script: Run any script created in R (extension .r)

Converter

  • Get Char Vector: Converts the SymbolicExpression to RDotNet.CharVector
  • Get Data Frame: Converts the SymbolicExpression to RDotNet.DataFrame
  • Get Dynamic Vector: Converts the SymbolicExpression to RDotNet.DynamicVector
  • Get Integer Vector: Converts the SymbolicExpression to RDotNet.IntegerVector
  • Get List: Converts the SymbolicExpression to System.Collection.Generics.List
Not yet compatible with R versions above 3.4.3.

Future improvements:

- Compatibility with the most recent versions of R.

- More activities to translate the SymbolicExpression object which outputs from the Run Script activity.

- More activities to interact with R (install packages, etc.).

- A better file selection for the Run R Script activity, to display the file explorer for easier file browsing and also enable relative paths to be used.

About

Package of custom activities which allows UiPath to integrate with R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages