# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "magrittr" in publications use:' type: software license: MIT title: 'magrittr: A Forward-Pipe Operator for R' version: 2.0.3.9000 doi: 10.32614/CRAN.package.magrittr abstract: Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe." authors: - family-names: Bache given-names: Stefan Milton email: stefan@stefanbache.dk - family-names: Wickham given-names: Hadley email: hadley@posit.co - family-names: Henry given-names: Lionel email: lionel@posit.co repository: https://tidyverse.r-universe.dev repository-code: https://github.com/tidyverse/magrittr commit: 21093d06e43649a72b865811188e77fc8ad87780 url: https://magrittr.tidyverse.org contact: - family-names: Henry given-names: Lionel email: lionel@posit.co