The exported functions are unfortunately named list.*. It is generally not recommended since they could lead to conflict with S3 method dispatch and might look confusing as well.
We'll probably rename all the functions to list_* while old names are kept and produce a warning message of deprecation in the next stage, and they will be removed later.
The exported functions are unfortunately named
list.*
. It is generally not recommended since they could lead to conflict with S3 method dispatch and might look confusing as well.We'll probably rename all the functions to
list_*
while old names are kept and produce a warning message of deprecation in the next stage, and they will be removed later.