Skip to content

initial release

Compare
Choose a tag to compare
@nteetor nteetor released this 23 Jan 14:06

summary

  • not on CRAN
  • %<-% operator
  • name syntax using : and {

syntax

  • a: b %<-% c(0, 1)
  • {a: b} %<-% list(0, 1)
  • {a: {b: c}} %<-% list(0, list(1, 2))
  • {a: b: c} %<-% data.frame(x = 1:5, y = 6:10, z = 11:15)

vignettes

  • introduction to unpacking assignment