Processes all do-files in a year directory and groups them into thematic Recipe objects (demographics, income, etc.).
See also
Other transpiler:
parse_do_file(),
parse_stata_labels(),
transpile_coverage(),
transpile_stata()
Examples
if (FALSE) { # \dontrun{
# Requires a directory of .do files organized by year
recipes <- transpile_stata_module("do_files_iecon/2022", year = 2022)
names(recipes)
} # }