Describe the bug
I want to see the data frame when I use R in VS Code, but 'R: Preview Dataframe' didn't work, it tells "Cannot read property 'isActive' of undefined".
How to deal with the problem? Or is there another way to show the data frame?
Forgive my poor English.
// R.exe path for windows
"r.rterm.windows": "C:\Program Files\R\R-3.5.2\bin\x64\R.exe",
Environment (please complete the following information):
- Windows 10
- VSCode Version 1.30.2
- R Version 3.5.2
Additional context
Add any other context about the problem here.
Describe the bug
I want to see the data frame when I use R in VS Code, but 'R: Preview Dataframe' didn't work, it tells "Cannot read property 'isActive' of undefined".
How to deal with the problem? Or is there another way to show the data frame?
Forgive my poor English.
// R.exe path for windows
"r.rterm.windows": "C:\Program Files\R\R-3.5.2\bin\x64\R.exe",
Environment (please complete the following information):
Additional context
Add any other context about the problem here.