Skip to content

cannot display calculated value in data viewer #1120

@toorukt

Description

@toorukt

Describe the bug
Hey everyone, I'm new to vscode-R and I'm so appreciate for making such excellent plugin.
The problem I found out is that the data viewer only display original value after read a dataset.
For example,
say I have a 75-columns dataset "aaa", I used "read_csv" to load it then calculated a new "mean" column.
When I view it only the original 75 columns displayed, and the "mean"column were somehow "hidden".
If I want to see the calculated value I need to drag it.
Is this an issue?

To Reproduce
Steps to reproduce the behavior:

aaa.csv
aaa <- read_csv("aaa.csv", na = c("999", "NA"))
aaa$mean <- mean(aaa$o8)
スクリーンショット 2022-06-03 11 54 19
スクリーンショット 2022-06-03 11 56 22

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions