chore: fix markdown

comply with stupid rstudio requirements for markdown
This commit is contained in:
eneller
2025-12-28 23:01:43 +01:00
parent bcd236c522
commit 54de757550
3 changed files with 828 additions and 1409 deletions

15
main.Rmd Normal file
View 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)
```