null2na: Replace NULLs with NAs

View source: R/null2na.R

null2naR Documentation

Replace NULLs with NAs

Description

null2na replaces NULLs with NAs.

Usage

null2na(x)

Arguments

x

Input object.

Examples

sapply(list(1, 2, NULL, 4), null2na)


bldavies/bldr documentation built on March 29, 2024, 10:22 a.m.