Update relational-data.Rmd (#759)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user