errorIfNULL
(Optional). Logical. Should an error
be thrown if no tree can be extracted from the
connection? Default is FALSE
, indicating that
NULL
will be SILENTLY returned, rather than an
error. Be cautious about this behavior. Useful for
phyloseq internals, but might be hard to track in your
own code if you're not aware of this ``no error by
default'' setting. If this is a problem, change this
value to TRUE
, and you can still use the
function.