fget | R Documentation |
Find a function with specified name.
fget(name, env = parent.frame())
name |
length one character vector giving name |
env |
environment to start search in. |
c <- 10 fget("c")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.