I am suddenly having an issue with R snippets and it seems to be in the first few lines. This used to work previously, but no longer and I am not sure why…
library(dplyr)
library(stringr)
library(tidyr)
My_Database ← knime.in
If I run just this part of the script, I get the error “Error: object ‘knime.in’ not found”
I don’t understand how or why that would have changed. Even running knime.out ← knime.in throws up the same error! I have not (as far as I know) updated anything. I am quite baffled; does anyone have any advice? Thanks!