R/get-helpers.R
get_parquet_year.Rd
This function extracts the year of the database from the file name.
get_parquet_year(path)
Path to the parquet file.
An integer with the year.
get_parquet_year("path/to/year=2025/file.parquet") #> [1] 2025