replace_null_with_na: Replace NULL Values with NA

View source: R/georefar.R

replace_null_with_naR Documentation

Replace NULL Values with NA

Description

Recursively replaces NULL values with NA in a list or vector. This function is useful for handling NULL values in API responses before converting them to data frames.

Usage

replace_null_with_na(x)

Arguments

x

A list, vector, or single value to process

Value

The input with all NULL values replaced by NA


geoAr documentation built on May 8, 2026, 9:06 a.m.