No specific experience of the package you are using, but you have 

> as.character(nwCorp1)
This does nothing to nwCorp1; it just returns a character version of it to the 
console. If it was not the right kind of object you can expect later commands 
to throw errors.
Perhaps you meant
nwCorp1 <-  as.character(nwCorp1)   ?

S Ellison

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to