Skip to content

Commit

Permalink
add column name to the tool tip (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Dec 17, 2022
1 parent 8d7d9ae commit dc5be83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/session/vsc.R
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ if (show_view) {
get_column_def <- function(name, field, value) {
filter <- TRUE
tooltip <- sprintf(
"class: [%s], type: %s",
"%s, class: [%s], type: %s",
name,
toString(class(value)),
typeof(value)
)
Expand Down

0 comments on commit dc5be83

Please sign in to comment.