MatthieuStigler / matPkg

Other
2 stars 0 forks source link

mat_88_check_paths misses path without extension, as from mat_table_to_pdf #47

Open MatthieuStigler opened 4 years ago

MatthieuStigler commented 4 years ago

if file has mat_table_to_pdf(reg_tex, "output/tables/CE_u_compare/MC_data/EU_vs_countyStats_Regs_rEuLyMc"), this weill be missed by mat_88_check_paths as uses matPkg:::intrl_get_path which uses out <- str_extract_all(x, "(data_[a-z]+|output)/.+\\.[a-z]{2,3}")