is_null_string: is_null_string

Usage Arguments Value Note Examples

Usage

1

Arguments

w

a string. Either "NULL" or any other "string".

Value

TRUE or FALSE. Returns TRUE if the string is "NULL"

Note

for use when writing functions with dplyr where function needs string as input.

Examples

1
2
is_null_string("NULL")
is_null_string("Something_else")

TheProfitTable/loanportr documentation built on May 28, 2019, 3:17 p.m.