diff --git a/R/globals.R b/R/globals.R index 5ddbeb3..ebd9819 100644 --- a/R/globals.R +++ b/R/globals.R @@ -1,4 +1,5 @@ utils::globalVariables(c("evas_list", "verbose", "menu", - "setNames")) + "setNames", + "error.ignore")) diff --git a/R/utils_dataprocessing.R b/R/utils_dataprocessing.R index 2a3146a..b62fc0e 100644 --- a/R/utils_dataprocessing.R +++ b/R/utils_dataprocessing.R @@ -278,6 +278,7 @@ forming_evas <- function(list_of) { #' @param area Parameter to be checked #' @param verbose Parameter to be checked #' @param raw Parameter to be checked +#' @param pagelength Parameter to be checked #' check_function_input <- function(code = NULL, term = NULL, diff --git a/man/check_function_input.Rd b/man/check_function_input.Rd index f2787f8..21dd764 100644 --- a/man/check_function_input.Rd +++ b/man/check_function_input.Rd @@ -44,6 +44,8 @@ check_function_input( \item{ordering}{Parameter to be checked} +\item{pagelength}{Parameter to be checked} + \item{database}{Parameter to be checked} \item{area}{Parameter to be checked}