View source: R/utility_functions.R
lower_logical | R Documentation |
Convert a logical value to a lower case string
lower_logical(x)
x |
logical vector |
This function converts TRUE or FALSE to the equivalent lower case string "true" or "false" for use in queries.
charactor vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.