Skip to content

Commit

Permalink
small clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
nteetor committed Feb 27, 2017
1 parent 5006639 commit d358b80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Variable assignment with zeal!

## What's there to be excited about?

zeallot allows multiple or unpacking assignment in R. With zeallot you can
tighten code with explicit variable names, unpack pieces of a lengthy list or
the entirety of a small list, de-structure and assign object elements, or do
it all at once.
zeallot allows multiple or unpacking assignment in R by providing the `%<-%`
operator. With zeallot you can tighten code with explicit variable names, unpack
pieces of a lengthy list or the entirety of a small list, de-structure and
assign object elements, or do it all at once.

```R
x : y %<-% c(0, 1)
Expand Down

0 comments on commit d358b80

Please sign in to comment.