hubverse-org / hubEnsembles

Ensemble methods for combining hub model outputs.
https://hubverse-org.github.io/hubEnsembles/
Other
5 stars 1 forks source link

Minor code improvements #118

Closed lshandross closed 3 weeks ago

github-actions[bot] commented 3 weeks ago

🚀 Deployed on https://6679b38a39fd8c0995fa4916--hubensembles-pr-previews.netlify.app

lshandross commented 3 weeks ago

this all seems fine, though frankly i am unclear on when it is/is not ok to use .data

From what I understand, ".data$" specifically (with the "$" sign) should not be used within tidyverse functions; instead, column names should be surrounded with double quotes. However, there are certain instances where using double quotes doesn't play nicely, and in those cases the alternative syntax used should be .data[["col_name"]].