replace_null {aiRly}R Documentation

Replaces NULL with NA for nested lists. Useful when NULL value leads to error while object casting

Description

Replaces NULL with NA for nested lists. Useful when NULL value leads to error while object casting

Usage

replace_null(x)

Arguments

x

nested list

Value

same list with NULL replaced with NA


[Package aiRly version 0.1.0 Index]