Nothing
define_parameter_type(
name = "color",
regexp = "red|blue|green",
transform = as.character
)
define_parameter_type(
name = "sci_number",
regexp = "[+-]?\\\\d*\\\\.?\\\\d+(e[+-]?\\\\d+)?",
transform = as.double
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.