View source: R/universal_useful.R
list_rename | R Documentation |
From krassowski on SO link
list_rename(.data, ...)
.data |
|
... |
|
list
my_list = list(a=1, b=2, c=3)
list_rename(my_list, x=a, y=b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.