Knowledge check

Completed
1.

You have a tibble, or data frame, with the dimension 20, 2. What does this tell you about it?

2.

You have a data frame named df_sales, which contains daily sales data. The data frame displays columns for year, month, day_of_month, and sales_total. You want to find the average sales_total value. Which code should you use?

3.

You have a data frame that displays data about daily ice cream sales. You use the R function cor to compare the avg_temp and units_sold columns, and you get a result of 0.97. What does this result indicate?