hadley / r4ds

R for data science: a book
http://r4ds.hadley.nz
Other
4.51k stars 4.19k forks source link

Suggest/facets be renewed #1653

Closed mitsuoxv closed 3 months ago

mitsuoxv commented 3 months ago

Use vars() instead of ~ to quote a variable name in facet_wrap() and facet_grid(), like in functions.qmd.

mine-cetinkaya-rundel commented 3 months ago

Thank you for the suggestions, however we used the ~ notation since that's the recommended notation for faceting functions.