Uipath activity to call R-script

i have R-script which wanted to call using UiPath activity. i don’t see any activity to call R-Script. please help us with alternative/ best thoughts on this request

Hi @srinivas_Bora
Try using invoke Powershell activity in the command write
"Rscript ""C:\Path\To\Your\Script.R"""
ensure Rscript is installed in path variable
Hope this helps!