How to run the R code from UiPath?

Hi, Thanks for posting this, have been looking for a way to execute R-scripts from UiPath. Sadly however, the provided command doesn’t work for me. The use of “<” is not allowed at this moment in Powershell. Needed to alter the command a bit to: “Get-Content ““C:\location\Test.R”” | & ““C:\location\Rterm.exe”” --quiet --slave --vanilla”. Also make sure you set the property TypeArgument to String. Works like a charm now!