Skip to content

Commit

Permalink
add link to blog post (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed May 20, 2024
1 parent cc1c70e commit bbd30ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/list.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ list0 <- function(...) {
lst <- list0

is_not_empty <- function(x) {
# https://jmbarbone.github.io/posts/wat-na-list/
x <- x != substitute()
x | is.na(x)
}

0 comments on commit bbd30ba

Please sign in to comment.