R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
132 stars 15 forks source link

Add the ability to send part of the curent pipe chain to the R console/terminal #30

Closed PMassicotte closed 5 months ago

PMassicotte commented 5 months ago

The idea is based on breakerofchain (https://github.com/MilesMcBain/breakerofchains) and aims at sending part of the current piping chain in the terminal. The goal is to facilitate debugging and see intermediate results.

Peek 2024-02-12 14-04

jalvesaq commented 5 months ago

Very nice! And it works with ggplot too (+ as pipe operator).

PMassicotte commented 5 months ago

Very nice! And it works with ggplot too (+ as pipe operator).

yes, I use that alot when making graphs :)