I have executed below code in SAS Studio using SAS Viya but getting error . Please help me to resolve this issue.
proc iml;
submit / R;
library(ggplot2)
library(rtf)
library(stringr)
endsubmit ;
ERROR: R: unexpected '/' in "/"
statement : SUBMIT at line...