You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was taking a look at R's data wrangling cheatsheet for use with dplyr. One function that does not seem to have a comparable option in magpie is select (unless I am mistaken), which is a lot like filter, but for columns. This would make a useful enhancement (as well as some of the other functionality there that is not yet in magpie).
I was taking a look at R's data wrangling cheatsheet for use with dplyr. One function that does not seem to have a comparable option in magpie is select (unless I am mistaken), which is a lot like filter, but for columns. This would make a useful enhancement (as well as some of the other functionality there that is not yet in magpie).
[1] https://rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf
The text was updated successfully, but these errors were encountered: