Displaying 1 result from an estimated 1 matches for "correlfil".
Did you mean:
correlfile
2010 Sep 22
2
cwhmisc package error
...the states and counties in the southeast United
States). I keep getting this strange error with the lowerize function
(which didn't occur the first few times I use the code below), and oddly
enough the error doesn't happen with the function CapLeading (which is in
the same package).
> correlfile[1:3,]
state statecounty county
1 AL AL_AUTAUGA AUTAUGA
2 AL AL_BALDWIN BALDWIN
3 AL AL_BARBOUR BARBOUR
library(cwhmisc)
>
correlfile$county[correlfile$state=="AL"]=lowerize(correlfile$county[correlfile$state=="AL"])
Error in get(as.character(FUN), mode...