diff --git a/episodes/clean-data.Rmd b/episodes/clean-data.Rmd index 7aa0fe5c..158b9887 100644 --- a/episodes/clean-data.Rmd +++ b/episodes/clean-data.Rmd @@ -393,7 +393,7 @@ linelist::lost_tags_action() # set behavior to "error" linelist::lost_tags_action(action = "error") ``` -and re-run the above code segment. +- Now, re-run the above code segment with `dplyr::count()`. - What do you learn from message?