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 29, 2024, 6:02 a.m.