As part of a larger problem (adding a ,makeUniqueIDs argument to rbind.SpatialPolygonsDataFrame for situations when the polygon IDs are identical),
,makeUniqueIDs
rbind.SpatialPolygonsDataFrame
Use code as follows:
mylist <- lapply(pressure, function(i)read.xlsx(i,colNames = FALSE))# mydata <- do.call('rbind',mylist)#