better_get | R Documentation |
Better get()
better_get(x, pos = -1L, mode = "any", inherits = TRUE, ...)
pos, mode, inherits |
arguments passed to |
... |
additional arguments are passed to |
character |
string with an R object name, with or without an R package prefix. Note that only one value is recognized. |
the R object found. If not object is found an error results.
get("get", pos="package:base") better_get("base::get")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.