null_to_na: Convert NULL to NA

View source: R/scaling_general.R

null_to_naR Documentation

Convert NULL to NA

Description

Convert NULL to NA

Usage

null_to_na(x)

Arguments

x

element

Value

NA if the element is NULL, the element otherwise


manifestoR documentation built on May 16, 2026, 1:07 a.m.