knitr::opts_chunk$set(tidy = FALSE,echo = FALSE,
                      comment = "%%",
                      warning = FALSE,
                      message = FALSE)
library(mysimplecompedium)
mysimplecompedium::hello()
library(tidyverse)
data <- data(starwars)
knitr::read_chunk("my-external-code.R")

Figure


We can see in Figure \@ref(fig:starwars-plot), the scatter plot of height and mass of human species.

Table


We can see in Table \@ref(tab:starwars-tbl), some data for human species.

On a site note, these articles are fun to read [@wang2019survey; @zhang2019integrating].

Xian et al. says about the good, the bad and the ugly [-@xian2017zero].

References



KirtiKharb/DATA-598-WI20-week-5 documentation built on Feb. 18, 2020, 9:34 p.m.