Session Ready
Exercise

Article click frequency monthly

In the video, we saw there were four different types of variables we've been collecting for our website. We looked at one of them. Compute the monthly average for how often people click on one of the articles on the homepage.

The data has been pre-loaded for you in the data frame viz_website_2017 and all packages have been pre-loaded.

Instructions
100 XP
  • Group by the month of visit_date to find monthly conversion rates.
  • Use the appropriate dplyr function to summarize the data.
  • Find the conversion rate for the clicked_article column.