View source: R/is_single_string.R
is_single_string | R Documentation |
A function checks if the input is a single string. It returns a boolean.
is_single_string(input)
input |
An object to check |
Returns a boolean
if (is_single_string(model)) {
print("model gave an error or warning")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.