Skip to contents

A helper function to construct an empty list which converts to a JSON object rather than a JSON array.

Usage

obj_list(...)

Arguments

...

A variable number of list entries.

Value

An empty named list.

Examples

default_window <- obj_list(
  min = 0,
  max = 255
)