search for: r73778

Displaying 1 result from an estimated 1 matches for "r73778".

Did you mean: 373778
2018 Mar 30
0
Nice names in deparse
...vel at r-project.org Date: Saturday, 16 December, 2017, 11:09 PM Tags (argument names) in call to 'list' becomes names of the result. It is not necessarily so with call to 'c'. The default method of 'c' has 'recursive' and 'use.names' arguments. In R devel r73778, with x <- 0; names(x) <- "recursive"? , dput(x) or even dput(x, control = "all") gives c(recursive = 0) However, actual result of c(recursive = 0) is NULL. Also with x <- 0; names(x) <- "recursive"? , dput(x, control = c("keepNA", "keepInte...