remove_null {mark}R Documentation

Remove NULL

Description

Remove NULL results from a list

Usage

remove_null(x)

Arguments

x

A list

Value

The list x without NULL

Examples

x <- list(a = letters[1:5], b = NULL, c = complex(3))
x
remove_null(x)

[Package mark version 0.7.0 Index]