replace_list_nas_with_nulls: Replace 'NA's in a list by 'NULL's.

replace_list_nas_with_nullsR Documentation

Replace NAs in a list by NULLs.

Description

Replace NAs in a list by NULLs.

Usage

replace_list_nas_with_nulls(l)

Arguments

l

A list.

Value

The list l with NAs replaced by NULLs.

Examples

replace_list_nas_with_nulls(list(NA, a = 1, b = NA))

bioinfocz/scdrake documentation built on Jan. 29, 2024, 10:24 a.m.