chore: fix markdown
comply with stupid rstudio requirements for markdown
This commit is contained in:
15
main.Rmd
Normal file
15
main.Rmd
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Topic 8"
|
||||
output: html_document
|
||||
date: "`r Sys.Date()`"
|
||||
---
|
||||
|
||||
```{r setup, include=FALSE}
|
||||
knitr::opts_chunk$set(echo = TRUE)
|
||||
```
|
||||
|
||||
# Download data
|
||||
from OpenSky https://opensky-network.org/datasets/states/#flights/
|
||||
```{r download}
|
||||
library(openSkies)
|
||||
```
|
||||
Reference in New Issue
Block a user