Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
defuneste committed Sep 12, 2024
1 parent c762b49 commit c8f8e0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions R/f477.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#' Get all the data related to Form 477 for a US State.
#' A row in this data represent a service per census block (2010 vintage).
#' By default the function will return all the ISP but a specific FRN
#' (10 number strings, ie "0007435902") can also be used to be nmore speific.
#'
#' (10 number strings, ie "0007435902") can also be used to be more specific.
#'
#' Source data: FCC Form 477
#'
#' @param state_abbr a string matching State Abbreviation ("NC", "vt")
Expand All @@ -16,10 +16,10 @@
#' @import DBI
#' @import duckdb
#'
#' @examples
#' \dontrun{
#' NC <- get_f477(state_abbr = "NC")
#' }
#'@examples
#'\dontrun{
#'NC <- get_f477(state_abbr = "NC")
#'}

get_f477 <- function(state_abbr, frn = "all") {

Expand Down
2 changes: 1 addition & 1 deletion man/get_f477.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c8f8e0f

Please sign in to comment.