You’re reading the first edition of Advanced R; for the latest on this topic, see the Expressions chapter in the second edition. Expressions In non-standard evaluation, you learned the basics of accessing and evaluating the expressions underlying computation in R. In this chapter, you’ll learn how to manipulate these expressions with code. You’re going to learn how to metaprogram: how to create pr