Skip to content

Commit

Permalink
Update relational-data.Rmd (minor typo) (hadley#641)
Browse files Browse the repository at this point in the history
Row 371 : In table=`airports`, the variable representing longitude is not `long` ...it is `lon`
  • Loading branch information
mbeveridge authored and hadley committed Jun 20, 2018
1 parent 2ab1949 commit fcac8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relational-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ So far, the pairs of tables have always been joined by a single variable, and th
variables from `x` will be used in the output.
For example, if we want to draw a map we need to combine the flights data
with the airports data which contains the location (`lat` and `long`) of
with the airports data which contains the location (`lat` and `lon`) of
each airport. Each flight has an origin and destination `airport`, so we
need to specify which one we want to join to:
Expand Down

0 comments on commit fcac8ea

Please sign in to comment.