Skip to content

Commit

Permalink
Fix broken link to BTS, closes hadley#1583
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel authored Oct 30, 2023
1 parent 452fda9 commit c97f69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-transform.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ However, knowing the package can help you find help and find related functions,

To explore the basic dplyr verbs, we're going to use `nycflights13::flights`.
This dataset contains all `r format(nrow(nycflights13::flights), big.mark = ",")` flights that departed from New York City in 2013.
The data comes from the US [Bureau of Transportation Statistics](http://www.transtats.bts.gov/DatabaseInfo.asp?DB_ID=120&Link=0), and is documented in `?flights`.
The data comes from the US [Bureau of Transportation Statistics](https://www.transtats.bts.gov/DL_SelectFields.aspx?gnoyr_VQ=FGJ&QO_fu146_anzr=b0-gvzr), and is documented in `?flights`.

```{r}
flights
Expand Down

0 comments on commit c97f69d

Please sign in to comment.