Skip to content

Instantly share code, notes, and snippets.

@xiaodaigh
Last active September 20, 2017 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiaodaigh/bd9e61d025244985f1fa25fcf97abe0b to your computer and use it in GitHub Desktop.
Save xiaodaigh/bd9e61d025244985f1fa25fcf97abe0b to your computer and use it in GitHub Desktop.
`infix_fn` <- function(left, right) {
#...some code
}
d <- a %infix_fn% b
using RCall
R"a <- data.table::fread('some/path/file.csv")
@rget a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment