Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. crosswalk = function(){
  2. selection = rstudioapi::getSourceEditorContext()$selection[[1]]$range
  3. doc_id = rstudioapi::getSourceEditorContext()$id
  4. rstudioapi::insertText(location = selection, 'foo_bar_fizz_bang', id = doc_id)
  5. }
  6.  
  7. crosswalk()
  8. summary(mtcars)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement