The goal of chunkthis
is to provide a Rstudio addin to paste a copied code wrapped with r-markdown code-chunk fence like,
```{r}
copied-code
```
You can install the development version of chunkthis
from GitHub with:
# install.packages("remotes")
remotes::install_github("shafayetShafee/chunkthis")
Its very simple to use (like any other addins). First copy a code that you want to wrap with code chunk fence. Then go to Addins
and click Chunk the code