how is a term " to write into a parameter list
Best Answer
-
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955
Unicorn
Hi @norita,
string expressions in RapidMiner are marked with " quotes.
So if you need "RF" you'll write ""RF"".
Inside the expression you can use \ to quote the next character like this: "my expression including the \" character"
Best regards,
Balázs1