Skip to content

Commit

Permalink
Update Quotation.Rmd (#1716)
Browse files Browse the repository at this point in the history
Fixed the typo.
  • Loading branch information
PursuitOfDataScience committed Mar 18, 2023
1 parent 2d6a83b commit e52a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ f("x")
\index{expressions!capturing with base R}
\index{quoting!quote@\texttt{quote()}}

Each rlang function described above has an equivalent in base R. Their primary difference is that the base equivalents do not support unquoting (which we'll talk about very soon). This make them quoting functions, rather than quasiquoting functions.
Each rlang function described above has an equivalent in base R. Their primary difference is that the base equivalents do not support unquoting (which we'll talk about very soon). This makes them quoting functions, rather than quasiquoting functions.

The base equivalent of `expr()` is `quote()`:

Expand Down

0 comments on commit e52a1a9

Please sign in to comment.