--- title: "How" Author: Meiling WU Date: 30.05.2022 output: html_document: --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` ## Some explanations ```{r cars} summary(cars) ``` ```{r pressure, echo=FALSE} plot(pressure) ```