n2khab-deprecated: Deprecated functions

n2khab-deprecatedR Documentation

Deprecated functions

Description

  • 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.

Usage

read_schemes(...)

read_scheme_types(...)

Arguments

...

Arguments passed to the new function.

Details

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"))


inbo/n2khab documentation built on Jan. 15, 2025, 9:36 a.m.