R语言代写: Homework 3
— title: “Homework 3 – Report” author: “” date: “`r format(Sys.time(), ‘%d %B, %Y’)`” output: html_document — ## Basic instructions To obtain the maximum number of points, use whenever possible: * the pipeline symbol %>%, * `dplyr` verbs, * `kable` to print tables, * `ggplot` to produce the figures, * `purr`’s functions to minimize code […]