This function lists all SAS register files (with the extension .sas7bdat
case-insensitively) in the specified directory and its subdirectories.
Examples
# Returns an empty character vector as there are no SAS files in the extdata folder.
list_sas_files(fs::path_package("registers2parquet", "extdata"))
#> character(0)