Skip to contents

tp_phyjson takes a variable number of argument and return a phyjson object.

Usage

tp_phyjson(...)

Arguments

...

Variadic arguments (see details).

Value

A phyjson object (S3).

Details

This function takes a variable number of argument, so that users can pass as arguments either independent lists for each parameter or a single structured list of list. It's use like a list (name_arg = value_arg, etc).