validate_entity_inputs {econid}R Documentation

Validate inputs for entity standardization

Description

Validates the input data frame and column names for entity standardization.

Usage

validate_entity_inputs(
  data,
  target_cols_names,
  output_cols,
  prefix,
  fill_mapping = NULL
)

Arguments

data

A data frame or tibble to validate

target_cols_names

Character vector of column names containing entity identifiers

output_cols

Character vector of requested output columns

prefix

Optional character string to prefix the output column names

fill_mapping

Named character vector specifying how to fill missing values

Value

Invisible NULL


[Package econid version 0.0.1 Index]