validate_dataset_params: Generic Parameter Validation for Dataset Functions

View source: R/helpers_dataset.R

validate_dataset_paramsR Documentation

Generic Parameter Validation for Dataset Functions

Description

Validates common parameters used across all dataset functions.

Usage

validate_dataset_params(
  table,
  valid_tables,
  quiet,
  max_retries,
  allow_all = TRUE
)

Arguments

table

Character. The table parameter to validate.

valid_tables

Character vector. Valid table names for the dataset.

quiet

Logical. Whether to suppress messages.

max_retries

Numeric. Maximum number of retry attempts.

allow_all

Logical. Whether "all" is a valid table value. Default TRUE.

Value

Invisible TRUE if all validations pass. Errors otherwise.


realestatebr documentation built on June 5, 2026, 5:07 p.m.