powered by
RStudio add-in to insert either ->, ->>, <- or <<- at the cursor position.
->
->>
<-
<<-
rs_insert_arrow_rl()rs_insert_arrow_rl2()rs_insert_arrow_lr()rs_insert_arrow_lr2()
rs_insert_arrow_rl2()
rs_insert_arrow_lr()
rs_insert_arrow_lr2()
Assignment operators assignOps.
Other 'Insert at cursor position' addins: insert_symbol_sequences
insert_symbol_sequences
# NOT RUN { \donttest{ library(spAddins) rs_insert_arrow_rl() ## <- rs_insert_arrow_rl2() ## <<- rs_insert_arrow_lr() ## -> rs_insert_arrow_lr2() ## ->> } # }
Run the code above in your browser using DataLab