Task 1 - Load the library(dplyr) with neither messages nor warnings.

Task 2 - Add Parameters to your header for truly dynamic reports.

data <- read_csv(params$data)
## Rows: 38 Columns: 3
## ── Column specification ────────────────────────────────────────────────────────
## Delimiter: ","
## dbl (3): a, b, c
## 
## ℹ Use `spec()` to retrieve the full column specification for this data.
## ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
n <- nrow(data)

n=38