Skip to content

Commit

Permalink
correcting loading data
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed Jun 2, 2024
1 parent 3545856 commit 4107239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FCC_provider_list.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We have multiple sources from FCC to define a provider.
[^ebb]: The Emergency Broadband Benefit is the precursor of the Affordable Connectivity Program, source: [https://www.fcc.gov/broadbandbenefit](https://www.fcc.gov/broadbandbenefit)

::: {.callout-tip}
- [fcc.utils](https://github.com/ruralinnovation/fcc.utils) is a small R package that contains providers data and is used here
- [cori.data.fcc](https://github.com/ruralinnovation/fcc.utils) is a small R package that contains providers data and is used here

- Data is downlable using the download button
:::
Expand All @@ -38,7 +38,7 @@ We have multiple sources from FCC to define a provider.
#|label: read csv
library("cori.data.fcc")
isp <- fcc.utils::fcc_provider
isp <- cori.data.fcc::fcc_provider
```

`FCC provider` has 4 341 rows and 5 columns.
Expand Down

0 comments on commit 4107239

Please sign in to comment.