# NOT RUN {
# Change view = TRUE (default) to View the returned data.table.
# Search fips of Lincoln in Rhode Island.
aaa <- search_fips("lincoln", "RI", view = FALSE)
# search FIPS number in all states
bbb <- search_fips("08375", view = FALSE)
# }
# NOT RUN {
# view all fips code
search_fips()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab