Skip to content

Commit

Permalink
Update Expressions.rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmikebuckley committed Oct 14, 2014
1 parent bb49494 commit 2e15b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Expressions.rmd
Expand Up @@ -650,7 +650,7 @@ The real `source()` is considerably more complicated because it can `echo` input

## Walking the AST with recursive functions {#ast-funs}

It's easy to modify sa single call with `substitute()` or `pryr::modify_call()`. For more complicated tasks we need to work directly with the AST. The base `codetools` package provides some useful motivating examples of how we can do this: \index{recursion!over ASTs}
It's easy to modify a single call with `substitute()` or `pryr::modify_call()`. For more complicated tasks we need to work directly with the AST. The base `codetools` package provides some useful motivating examples of how we can do this: \index{recursion!over ASTs}

* `findGlobals()` locates all global variables used by a function. This
can be useful if you want to check that your function doesn't inadvertently
Expand Down

0 comments on commit 2e15b63

Please sign in to comment.