Displaying 1 result from an estimated 1 matches for "r78492".
Did you mean:
078492
2020 May 22
1
R-devel's ...names() questions
...x86_64
os linux-gnu
system x86_64, linux-gnu
status Under development (unstable)
major 4
minor 1.0
year 2020
month 05
day 19
svn rev 78492
language R
version.string R Under development (unstable) (2020-05-19 r78492)
nickname Unsuffered Consequences
The following seems to do the right thing
alt...names <- function() evalq(names(substitute(...())),
envir=parent.frame())
However I wonder if it would be better to give the user a function, say
...args_unevaluated(...) to get the unevaluated ... argument...