vscode-R
vscode-R copied to clipboard
"Invalid Number" instead of "NA"
Describe the bug
Sometimes the Viewer shows "Invalid Number" instead of NA for missing values
To Reproduce
subdf <- structure(list(pi_projectId = c(324233, NA), title = c("Analytical Sociology: Theoretical Developments and Empirical Research",
NA)), row.names = 1:2, class = c("matchdata", "tbl_df", "tbl",
"data.frame"), distance = "distance", weights = "weights", subclass = "subclass")
View(subdf)
Can you fix this issue by yourself? (We appreciate the help)
No
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Environment (please complete the following information):
- OS: Windows
- VSCode Version: 1.104.2
- R Version: 4.5.0
- vscode-R version: 2.8.6