Hello, occasionally I see the @ operator used, for example:
map$idarea <- 1:nrow(map@data)
in Paula Moraga's book Geospatial Health Data: Modeling and Visualization with R-INLA and Shiny.
The R language definition mentions that it exists, but not much more. It seems to be similar to using $? If so, when do you use one versus the other?