Open Mincol opened 6 years ago
This might be my knowledge issue.
I have simple script: input <- file('stdin', 'r')
input <- file('stdin', 'r')
file is underlined in red. How I can get rid of it? The code works.
Do you see an "R skeletons" library in the project view?
Yes I do:
This might be my knowledge issue.
I have simple script:
input <- file('stdin', 'r')
file is underlined in red. How I can get rid of it? The code works.