| z_boolean | R Documentation |
Create a JSON Schema for boolean type.
z_boolean(description = NULL, nullable = FALSE, default = NULL)
description |
Optional description of the field. |
nullable |
If TRUE, allows null values. |
default |
Optional default value. |
A list representing JSON Schema for boolean.
z_boolean(description = "Whether to include details")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.