~/data/crosswalks/
zipcode_CBSA %>% {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}
zipcode_CBSA %>% filter(cbsa_name == "Los Angeles-Long Beach-Santa Ana, CA") %>% {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}
zipcode_CBSA %>% filter(cbsa_name == "New York-Northern New Jersey-Long Island, NY-NJ-PA") %>% {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}