rstudio / addinexamples

An R package showcasing how RStudio addins can be registered and used.
Other
86 stars 69 forks source link

Could Rightward Arrow (Literate Code Assignment Operator) Be Added? #8

Open higgi13425 opened 7 years ago

higgi13425 commented 7 years ago

It might look something like this:

% Generated by roxygen2: do not edit by hand % Please edit documentation in R/insertRwardArrowAddin.R \name{insertRwardArrowAddin} \alias{insertRwardArrowAddin} \title{Insert ->.} \usage{ insertRwardArrowAddin() } \description{ Call this function as an addin to insert \code{ -> } at the cursor position. }

kevinushey commented 7 years ago

It's unlikely that we would add this to the addinexamples package, but I would encourage you to try creating your own package and adding it for your own use.

higgi13425 commented 7 years ago

If I had the skills, I would do it myself.

On Thursday, January 19, 2017 6:51 PM, Kevin Ushey <notifications@github.com> wrote:

It's unlikely that we would add this to the addinexamples package, but I would encourage you to try creating your own package and adding it for your own use.— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.