nlist-deprecated | R Documentation |
This function is a wrapper around list()
that
assigns names to unnamed arguments based on the unevaluated expression used
in the call.
nlist(...)
... |
List items, possibly named |
A named list.
Hadley Wickham
https://stackoverflow.com/a/5043280/946850
list()
Other deprecated functions:
coalesce.na-deprecated
,
df_to_list-deprecated
,
hms.to.seconds-deprecated
,
kimisc-deprecated
,
list_to_df-deprecated
,
nc-deprecated
,
ofactor-deprecated
,
sample.rows-deprecated
,
seconds.to.hms-deprecated
,
thisfile-deprecated
,
tll-deprecated
,
vswitch-deprecated
a <- 1
b <- 2
c <- 3
nlist(a, b, d = c)
nlist(mean(c(a, b, c)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.