search for: al_autauga

Displaying 1 result from an estimated 1 matches for "al_autauga".

2010 Sep 22
2
cwhmisc package error
...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 = "function", envir = envir) : object 'f'...