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
Felicitaciones por este paquete!!
Buscando una forma de hacer referencia a variables contenidas en un vector de caracteres, recibí la sugerencia de fijarme en ech.
Noté que en algunas funciones se utiliza .data[[var]] para el mismo fin y al querer utilizarlo, R arroja un warning que indica que está expresión se encuentra obsoleta y que en su lugar se puede utilizar all_of(var) o any_of(var).
Warning message:
Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.
ℹ Please use `all_of(var)` (or `any_of(var)`) instead of `.data[[var]]`
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
The text was updated successfully, but these errors were encountered:
Felicitaciones por este paquete!!
Buscando una forma de hacer referencia a variables contenidas en un vector de caracteres, recibí la sugerencia de fijarme en
ech
.Noté que en algunas funciones se utiliza
.data[[var]]
para el mismo fin y al querer utilizarlo, R arroja un warning que indica que está expresión se encuentra obsoleta y que en su lugar se puede utilizarall_of(var)
oany_of(var)
.The text was updated successfully, but these errors were encountered: