-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
area: reticulateIssues related to the reticulate extensionIssues related to the reticulate extension
Milestone
Description
Describe the issue:
Currently if you have a python object in the R session using reticulate eg:
np <- reticulate::import("numpy")
np$su|m
|
indicates the cursor position. If we then press F1, we see the helpm documentation for base::sum
.
We should see the the documentation for np$sum
.
ntluong95
Metadata
Metadata
Assignees
Labels
area: reticulateIssues related to the reticulate extensionIssues related to the reticulate extension