Working with R and Vim

I’m a long-time vim user, starting to use R for some of the data tasks I do and in a Coursera course I’m taking at the moment. RStudio is the tool for working with R, it runs on Linux and it’s really cool … but it’s awkward to work with a modeless editor when you’re used to vim, so I was looking for alternatives.

It’s possible to run R just from a prompt, which works well for individual commands but isn’t great for editing those commands or keeping track of what you did. Looking around, I found that there is (of course!) a Vim-R plugin available, so I gave it a try – and really liked it! It is enabled for files ending in .R or .Rmd and allows you to launch an R prompt and run one or many lines in that prompt directly from vim.

The .Rmd format is actually for R Markdown, which is a markdown format that lets you embed R. I’ve been using it as a sort of lab book to keep track of what I did and why. You can then generate a document with all the R code shown and evaluated – very neat!

One thought on “Working with R and Vim

  1. Pingback: Working with R and Vim | Advanced PHP | Scoop.it

Leave a Reply

Please use [code] and [/code] around any source code you wish to share.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)