where | R Documentation |
This is an adaptation of the function written by Hadley Wickham, see
https://adv-r.hadley.nz/environments.html
. This version allows the user to
specify the function as a string, or to use with non-standard evaluation.
where(name, env = rlang::caller_env())
name |
The name of function to search for. Can be a string, or can be evaluated with non-standard evaluation. |
env |
environment from which to start recursive search. Defaults to the
caller environment taken from |
environment where function is defined.
where(sum)
where("sd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.