Skip to contents

Create a new properties list

Usage

properties(...)

Arguments

...

Property objects

Value

A list of property objects

Examples

properties <- properties(
  property_string("Name", "The name of the user", required = TRUE),
  property_number("Age", "The age of the user in years", minimum = 0)
)