lorae / household-size

Analyze the extent to which demographic changes can account for changes in American household sizes since 2000.
MIT License
0 stars 0 forks source link

Add support for unit tests #1

Closed lorae closed 1 week ago

lorae commented 1 week ago

Adds file structure needed for testthat unit tests. Introduces unit test on SQL query (test/testthat/test-sql-query.R), verifying that the write_sql_query() function produces a query that correctly handles variable mapping into categorical buckets based on falling under specific ranges and equalling specific values.