| z_string | R Documentation |
Create a JSON Schema for string type.
z_string(
description = NULL,
nullable = FALSE,
default = NULL,
min_length = NULL,
max_length = NULL
)
description |
Optional description of the field. |
nullable |
If TRUE, allows null values. |
default |
Optional default value. |
min_length |
Optional minimum string length. |
max_length |
Optional maximum string length. |
A list representing JSON Schema for string.
z_string(description = "The city name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.