RMI-PACTA / r2dii.match

Tools to Match Financial Portfolios with Climate Data
https://rmi-pacta.github.io/r2dii.match
Other
7 stars 7 forks source link

upkeep: remove superseded use of `transmute()` #461

Open jdhoffa opened 6 months ago

jdhoffa commented 6 months ago
          nit: maybe for a follow up upkeep task:

transmute() creates a new data frame containing only the specified computations. It's superseded because you can perform the same job with mutate(.keep = "none").

_Originally posted by @jacobvjk in https://github.com/RMI-PACTA/r2dii.match/pull/460#discussion_r1516196663_