Empty2Null | R Documentation |
Internal function: Helper used for parsing parameters$<dataset>$whichSamples From chatGPT: The purpose of this function is to convert empty elements within a list to NULL. If an element is not a list or has a length of 0, it remains unchanged. However, if an element is a non-empty list, the function recursively processes each nested element to convert empty elements to NULL.
Empty2Null(x)
x |
MS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.