We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0767d commit b79e2e8Copy full SHA for b79e2e8
R/utils-list.R
@@ -45,7 +45,6 @@ strip_pts <- function(list, param){
45
out.class <- ifelse(!all(is.na(v.vals)), class(v.vals), out.class)
46
} else if (any(sapply(u.list, function(x) any(names(x) %in% v)))) {
47
v.vals <- u.list[[which(sapply(u.list, function(x) any(names(x) %in% v)))]][[v]]
48
- # append to out without losing timezones when it is a date/POSIX
49
out <- append_keepclass(out, v.vals)
50
51
} else {
0 commit comments