non_null: Remove NULLs from a List

Description Usage Arguments Value Examples

View source: R/other.R

Description

Remove NULLs from a List

Usage

1

Arguments

x

The vector/list to remove NULL elements from.

Value

A filtered vector/list.

Examples

1
2
non_null(1:10)
non_null(list(1, "a", NULL, 10L))

KO112/chartjs documentation built on Aug. 6, 2020, 2:35 p.m.