Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airport code "BFT" is not unique? #7

Closed
beanumber opened this issue Jun 13, 2015 · 0 comments
Closed

airport code "BFT" is not unique? #7

beanumber opened this issue Jun 13, 2015 · 0 comments

Comments

@beanumber
Copy link
Contributor

> filter(airports, faa == "BFT")
Source: local data frame [2 x 7]

  faa               name      lat       lon alt tz dst
1 BFT           Beaufort 32.47741 -80.72316  37 -5   A
2 BFT BFT County Airport 32.41083 -80.63500 500 -5   A

Obviously, this is an upstream issue, but might we want to filter these out? A hacky temporary solution is:

  filter(name != "Beaufort") %>%

in the creation of the airports table.

@hadley hadley closed this as completed in b36453e Dec 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant