Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Actual Behavior
Currently, the following does not work:
As it outputs the following:
It just results in the FIPS code of the first county entered in the vector, followed by a warning.
Expected Behavior
This would allow the ability to quickly convert a column of county names to a FIPS code in a data frame.
Things to Consider
For example:
This would not work unless there was a direct mapping between the
stateandcountyparameters. In this case it would be easier to throw an error.