addinexamples
addinexamples copied to clipboard
Could Rightward Arrow (Literate Code Assignment Operator) Be Added?
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. }
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.
If I had the skills, I would do it myself.
On Thursday, January 19, 2017 6:51 PM, Kevin Ushey <[email protected]> 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.