You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dag_paths() internally uses dagitty::paths() to identify open paths. dagitty::paths() has an argument limit which specifies how many of all existing distinct paths are considered. By default, limit = 100, meaning that only the first 100 paths are considered.
Could the limit argument be added also to dag_paths()? I think this should be quite straightforward to implement:
dag_paths()
internally usesdagitty::paths()
to identify open paths.dagitty::paths()
has an argumentlimit
which specifies how many of all existing distinct paths are considered. By default,limit = 100
, meaning that only the first 100 paths are considered.Could the
limit
argument be added also todag_paths()
? I think this should be quite straightforward to implement:Created on 2022-04-06 by the reprex package (v2.0.1)
Session info
In addition, I think there's a typo in the documentation for
dag_paths()
: The first line starts with:But should probably be
The text was updated successfully, but these errors were encountered: