| replace_null_with_na | R Documentation |
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.
replace_null_with_na(x)
x |
A list, vector, or single value to process |
The input with all NULL values replaced by NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.