Update relational-data.Rmd (#759)

This commit is contained in:
olivier6088 2021-02-08 20:28:47 +04:00 committed by GitHub
parent 8fec043d5f
commit 1c21ba1e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ library(nycflights13)
## nycflights13 {#nycflights13-relational}
We will use the nycflights13 package to learn about relational data. nycflights13 contains four tibbles that are related to the `flights` table that you used in [data transformation]:
We will use the nycflights13 package to learn about relational data. nycflights13 contains five tibbles : `airlines`, `airports`, `weather` and `planes` which are all related to the `flights` table that you used in [data transformation]:
* `airlines` lets you look up the full carrier name from its abbreviated
code: