Usage Arguments Value Note Examples
| 1 | 
| w | a string. Either "NULL" or any other "string". | 
TRUE or FALSE. Returns TRUE if the string is "NULL"
for use when writing functions with dplyr where function needs string as input.
| 1 2 | is_null_string("NULL")
is_null_string("Something_else")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.