blank_if_null | R Documentation |
Insert blank character if a variable is null
blank_if_null(s, output = s)
s |
String to insert, or blank if null |
output |
What to print if s is not null This is useful for specifying e.g. a column list that may or may not be part of a query. |
a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.