Files
opensky-statistics/main.Rmd
eneller 54de757550 chore: fix markdown
comply with stupid rstudio requirements for markdown
2025-12-29 13:36:52 +01:00

15 lines
260 B
Plaintext

---
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)
```