R/utils.R

#' @inherit magrittr::'%>%'
#' @export
`%>%` <- magrittr::'%>%'

#' @export
`+.key` <- function (e1, e2)
{
  sprintf('%s+%s',e1,e2)
}

Try the rsam package in your browser

Any scripts or data that you put into this service are public.

rsam documentation built on Jan. 8, 2018, 5:04 p.m.