Use word under cursor for previewDataframe, nrow #137#141
Merged
Ikuyadeu merged 3 commits intoREditorSupport:masterfrom Nov 9, 2019
Merged
Use word under cursor for previewDataframe, nrow #137#141Ikuyadeu merged 3 commits intoREditorSupport:masterfrom
Ikuyadeu merged 3 commits intoREditorSupport:masterfrom
Conversation
Collaborator
Author
|
I shortened the title to be within the recommended 50 characters for a commit subject. |
Member
|
@andycraig Great! Thank you for your fix! |
Collaborator
Author
|
@Ikuyadeu Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #137
What problem did you solve?
This PR makes two changes:
r.previewDataframeand ther.nrowfamily of commands (r.nrow,r.length,r.head,r.thead,r.names);r.nrowfamily of commands apply the function(s) to the whole selection, instead of to each line in the selection.Before
Commands don't work when cursor is on
iris:Functions applied to each line in selection:
After
@MaTo04 Thank you for adding the r.nrow family of commands! Do you think these changes are okay?