Love the package, thanks!
Just encountered a few errors when working with non-ANES data. I will make the change to one in a PR to opened shortly. But the other has to do with returning the original col names. Got this error re: tolower_remove_dot helper in utils.R:
attempt to set 'colnames' on an object with less than two dimensions
Consider, perhaps a solution in line with this: https://stackoverflow.com/questions/64881733/error-in-colnames-tmp-value-vtmp-attempt-to-set-colnames-on
Maybe there is a better way to go about this, but I think this is a relatively common error when using colnames(). Thanks again!
Love the package, thanks!
Just encountered a few errors when working with non-ANES data. I will make the change to one in a PR to opened shortly. But the other has to do with returning the original col names. Got this error re:
tolower_remove_dothelper inutils.R:Consider, perhaps a solution in line with this: https://stackoverflow.com/questions/64881733/error-in-colnames-tmp-value-vtmp-attempt-to-set-colnames-on
Maybe there is a better way to go about this, but I think this is a relatively common error when using
colnames(). Thanks again!