Skip to contents

Merge native BMF fields onto efile data

Usage

bmf_merge(
  data,
  source = .EFILE_BMF_URL,
  vars = .EFILE_BMF_VARS,
  strict = FALSE,
  verbose = TRUE
)

Arguments

data

Efile data containing EIN2.

source

URL, local CSV path, or BMF data frame.

vars

Native BMF fields to retain.

strict

Error when requested fields are unavailable.

verbose

Print retrieval and join messages.

Value

The input rows with native BMF fields appended and a bmf_diagnostics attribute.