Tutorial by Examples

One option for doing this is to export the pipe from within the package itself. This may be done in the 'traditional' zzz.R or utils.R files that many packages utilise for useful little functions that are not exported as part of the package. For example, putting: #' Pipe operator #' #' @name %&gt...

Page 1 of 1