ipums / ipumsr

Request, download, and read IPUMS data in R
https://tech.popdata.org/ipumsr/
Mozilla Public License 2.0
20 stars 4 forks source link

Read list rectangular session crash #38

Closed dtburk closed 1 year ago

dtburk commented 1 year ago

These commits avoid a session crash is a user passes rectangular data to read_ipums_micro_list() by throwing an error that directs them to use read_ipums_micro() instead.

This PR also includes an unrelated tiny refactor to ipums_bind_rows() that removes a deprecated function from the rlang package.