namify | R Documentation |
This function can be used to generate automatically pretty names in a list of custom input object. This can improve the output, especially when structures such as data frames, matrices, and more complex objects are involved.
namify(...)
... |
Objects, possibly named. |
A named list containing the evaluated arguments. For unnamed arguments, names are generated by deparsing the unevaluated inputs.
fuzz
namify(data.frame(a = 1, b = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.