replace_null {FedData}R Documentation

Replace NULLs

Description

Replace all the empty values in a list

Usage

replace_null(x)

Arguments

x

A list

Value

A list with NULLs replaced by NA

Examples

list(a = NULL, b = 1, c = list(foo = NULL, bar = NULL)) %>% replace_null()

[Package FedData version 4.3.0 Index]