Add the snippets to your ~/.R/snippets/r.snippets

add_snippets(rs = "~/.R/snippets/r.snippets")

Arguments

rs

Path to R snippets

Value

A message about the success of the copy.

Examples

if (FALSE) { add_snippets() }