mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-28 06:56:07 +01:00
Refactor code to use forward-pipe operator for better readability and consistency
This commit is contained in:
@@ -2056,7 +2056,7 @@
|
||||
"Type": "Package",
|
||||
"Title": "A Forward-Pipe Operator for R",
|
||||
"Authors@R": "c( person(\"Stefan Milton\", \"Bache\", , \"stefan@stefanbache.dk\", role = c(\"aut\", \"cph\"), comment = \"Original author and creator of magrittr\"), person(\"Hadley\", \"Wickham\", , \"hadley@posit.co\", role = \"aut\"), person(\"Lionel\", \"Henry\", , \"lionel@posit.co\", role = \"cre\"), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\"), comment = c(ROR = \"03wc8by49\")) )",
|
||||
"Description": "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.\"",
|
||||
"Description": "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.\"",
|
||||
"License": "MIT + file LICENSE",
|
||||
"URL": "https://magrittr.tidyverse.org, https://github.com/tidyverse/magrittr",
|
||||
"BugReports": "https://github.com/tidyverse/magrittr/issues",
|
||||
|
||||
Reference in New Issue
Block a user