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
"select() is substantially more powerful. You can use named arguments to rename existing variables"
I tried to use this new functionality. It work with data.frame or tbl_df but don't work with tbl_dt or or data.table. Is this an issue or just no compatibility between dplyr and data.table?
Hi,
"select() is substantially more powerful. You can use named arguments to rename existing variables"
I tried to use this new functionality. It work with data.frame or tbl_df but don't work with tbl_dt or or data.table. Is this an issue or just no compatibility between dplyr and data.table?
EXAMPLE
==> It worked
==> Do not work
==> It worked
==> Do not work
Christophe
The text was updated successfully, but these errors were encountered: