tp_phyjson
takes a variable number of argument and return a phyjson object.
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).