commfish / GCLr

Gene Conservation Lab R package repository
3 stars 0 forks source link

update read_genepop_hwe to tidyverse #18

Open krshedd opened 1 year ago

krshedd commented 1 year ago

read_genepop_hwe still calls on reshape2::colsplit and outputs a list with 2 data.frame objects that should be tbl_df. It looks like read_genepop_dis has already be updated to tidyverse, so that could likely be used as a template.

awbarclay commented 1 year ago

For now, I made the output a list of 2 tibbles. Eventually, we'll need to redo this function using tidy coding.