John Mount shows off an infix operator for coalescing data in R:
coalesceis a classic usefulSQLoperator that picks the first non-NULLvalue in a sequence of values.We thought we would share a nice version of it for picking non-
NAR with convenient operator infix notationwrapr::coalesce().
Click through for an example.