We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Positron Version: 2024.06.1 (Universal) build 27 Code - OSS Version: 1.90.0 Commit: a893e5b Date: 2024-06-26T02:08:06.673Z Electron: 29.4.0 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.4.0
Running the following code
x_mat <- matrix(rnorm(10000), nrow = 100) x_df <- as.data.frame(x_mat)
gives this view in the Variables pane.
I think it would be more useful if the matrix description was similar to the data.frame such as [100 rows x 100 columns] <matrix>
[100 rows x 100 columns] <matrix>
The text was updated successfully, but these errors were encountered:
MAX_DISPLAY_ENTRIES
Positron Version(s) : Main on 2/20/25 at noon MST OS Version : OSX
Verified with original filing code (matrix desc looks like df now).
Link(s) to TestRail test cases run or created:
Sorry, something went wrong.
dfalbel
No branches or pull requests
Positron Version: 2024.06.1 (Universal) build 27
Code - OSS Version: 1.90.0
Commit: a893e5b
Date: 2024-06-26T02:08:06.673Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.4.0
Running the following code
gives this view in the Variables pane.
I think it would be more useful if the matrix description was similar to the data.frame such as
[100 rows x 100 columns] <matrix>
The text was updated successfully, but these errors were encountered: