bayesiandemography / poputils

Tools for demographic analysis
https://bayesiandemography.github.io/poputils/
Other
0 stars 0 forks source link

remove message about column names #24

Open johnrbryant opened 3 hours ago

johnrbryant commented 3 hours ago

west_lifetab |> filter(sex == "Female", level == 1) |> lifetab(mx = mx, sex = sex)

johnrbryant commented 2 hours ago

seems to be due to west_lifetab already having columns named qx etc. Need to throw an error if 'data' has columns with same names as output from 'lifetab'?