Just a little helper script that downloads HTML expression tables from dev/prod, and then you can compare them after exporting to CSV.
Files to download are put into the regex tibble (which can be expanded with other files), and then you can just explore the diffs with left_joins.
Just a little helper script that downloads HTML expression tables from dev/prod, and then you can compare them after exporting to CSV. Files to download are put into the
regex
tibble (which can be expanded with other files), and then you can just explore the diffs withleft_join
s.