read_schemes() has moved to package n2khabmon.
Use n2khabmon::read_schemes() instead.
read_scheme_types() has moved to package n2khabmon.
Use n2khabmon::read_scheme_types() instead.
read_schemes(...) read_scheme_types(...)
| ... | Arguments passed to the new function. |
|---|
An efficient way with base R to avoid function masking and conflict warnings
when attaching both {n2khab} and {n2khabmon}, regardless of the order
in which they're loaded, is by specifying something as below in your
script, at least before loading {n2khab}:
conflictRules("n2khab", exclude = c("read_schemes", "read_scheme_types"))