Skip to content

Code snippets to add to the book #10

@jaseeverett

Description

@jaseeverett

the !!nm := val notation comes from rlang.

!! is quasiquotation, so you can assign to the variable named by nm, not
to nm itself.

:= is an rlang operator that basically works like = but is less fussy,
so you can use !!.

https://rlang.r-lib.org/reference/quasiquotation.html

https://github.com/rstudio/cheatsheets/blob/master/tidyeval.pdf

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions