Guest User

Untitled

a guest
Nov 20th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for(j in list(".shp", ".shx", ".dbf"))
  2. {
  3. fname <- unzip(file=paste("zupanije", j, sep=""), zipfile= "pakistan.zip")
  4. file.copy(fname, paste("./pakistan", j, sep="/"), overwrite=TRUE)
  5. }
  6.  
  7. unlink("pakistan.zip")
Add Comment
Please, Sign In to add comment