Skip to contents

Reads a microdata file and runs enemdu_smoke_test_microdata().

Usage

enemdu_smoke_test_microdata_file(path, dictionary = NULL, n_max = NULL, ...)

Arguments

path

Path to the microdata file.

dictionary

Optional official dictionary tibble.

n_max

Optional maximum number of rows to read. Useful for fast smoke tests before full-data execution.

...

Arguments passed to enemdu_smoke_test_microdata().

Value

A smoke-test result object.

Details

Supported formats are inherited from enemdu_validate_microdata_file_against_dictionary(): .sav, .dta, .rds, and .csv.