View source: R/pretty_axis_support.R
empty_list_to_list_null | R Documentation |
list()
with list(NULL)
This function replaces an empty list with list(NULL)
.
empty_list_to_list_null(list_name, l)
list_name |
The name of the list. |
l |
A list. |
A list, as inputted, if the inputted list is not empty; or list(NULL) if the input is an empty list.
Edward Lavender
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.