pimentel / atom-r-exec

Send R code to various R consoles from the Atom editor
https://atom.io/packages/r-exec
MIT License
19 stars 8 forks source link

Send knitr blocks #20

Open pimentel opened 8 years ago

pimentel commented 8 years ago

When in Rmd or Rnw blocks, write a command which allows sending the entire block to R. For example, send code in between the following types of blocks when the cursor is in on the block:

    ```r
    # code goes here

or

``` latex
<<<myBlock>>>
# code goes here
@
pimentel commented 8 years ago

RMarkdown now works in 54c2c87

Still need to do Rnw