Drop NULL values from a list

drop_nulls(x)

Arguments

x

A list from which to remove NULL values.

Value

A list with NULL values removed.