I'm confused, if you have used read.csv() then your data is already loaded, what are you trying to accomplish by running this command?
data(A, package = "ASMap")
If you already have a dataframe called A loaded in memory, why are you trying to load it again from the package?