Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Summarize and Report Findings | Reporting and Communicating Insights
Visualization and Reporting with R

bookChallenge: Summarize and Report Findings

Task

Swipe to start coding

You are preparing a data report for a company's regional sales. Use the provided sales_data dataset to create a clear summary table that highlights key statistics for each region.

  • Calculate the total sales and average sales for each region.
  • Organize your results in a summary table with columns: region, total_sales, and average_sales.
  • Assign your summary table to a variable named summary_sales_table.
  • Do not print or display the table; just create and assign it.
  • Do not use the same code structure as shown in previous examples (avoid summarise(mean_value = mean(value))).
  • Focus on clarity and concise presentation of the statistics.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 2
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: Summarize and Report Findings

Swipe to show menu

Task

Swipe to start coding

You are preparing a data report for a company's regional sales. Use the provided sales_data dataset to create a clear summary table that highlights key statistics for each region.

  • Calculate the total sales and average sales for each region.
  • Organize your results in a summary table with columns: region, total_sales, and average_sales.
  • Assign your summary table to a variable named summary_sales_table.
  • Do not print or display the table; just create and assign it.
  • Do not use the same code structure as shown in previous examples (avoid summarise(mean_value = mean(value))).
  • Focus on clarity and concise presentation of the statistics.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 2
single

single

some-alt