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
Right now the us_contagious_diseases exercise uses dplyr::filter. This is the only time tidyverse is used, so, consider dropping it and sticking with base R. swirl teaches base R only.
The text was updated successfully, but these errors were encountered:
Right now the
us_contagious_diseases
exercise usesdplyr::filter
. This is the only time tidyverse is used, so, consider dropping it and sticking with base R. swirl teaches base R only.The text was updated successfully, but these errors were encountered: