FRBCesab / funbiogeo

:package: R package to help with analyses in functional biogeography
https://frbcesab.github.io/funbiogeo/
GNU General Public License v2.0
10 stars 1 forks source link

Remove check for missing datasets #50

Closed ahasverus closed 2 years ago

ahasverus commented 2 years ago

As the check_*() functions are now checking for missing dataset, we can remove the following statement:

if (missing(x)) {
    stop("Argument 'x' (...) is required", call. = FALSE)
}

in all exported functions.