# NOT RUN {
dm_join_to_tbl(dm_nycflights13(), airports, flights)
# same result is achieved with:
dm_join_to_tbl(dm_nycflights13(), flights, airports)
# this gives an error, because the tables are not directly linked to each other:
try(dm_join_to_tbl(dm_nycflights13(), airlines, airports))
# }
Run the code above in your browser using DataLab