I'm having an issue that breaks the utils::View() function.
What I think should happen:
data(iris)
View(iris) #RStudio Data Viewer opens iris df in a tab labeled, 'iris'
View(cars) #cars df opens in new tab that is labeled: 'cars'
However, if I load quanteda first, iris will open in a tab labeled 'x', and cars will open in the same tab.
Is this intentional? Or is it even an issue anyone else is experiencing?
I'm having an issue that breaks the
utils::View()function.What I think should happen:
However, if I load
quantedafirst, iris will open in a tab labeled 'x', and cars will open in the same tab.Is this intentional? Or is it even an issue anyone else is experiencing?