Skip to content

Loading quanteda changes utils::View() behavior in RStudio #893

@dataders

Description

@dataders

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions