Update relational-data.Rmd (#759)
This commit is contained in:
parent
8fec043d5f
commit
1c21ba1e68
|
@ -29,7 +29,7 @@ library(nycflights13)
|
||||||
|
|
||||||
## nycflights13 {#nycflights13-relational}
|
## 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
|
* `airlines` lets you look up the full carrier name from its abbreviated
|
||||||
code:
|
code:
|
||||||
|
|
Loading…
Reference in New Issue