Guest User

Untitled

a guest
May 28th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. library(iptools)
  2. library(rvest)
  3. library(Matrix)
  4. library(readxl)
  5. library(stringr)
  6. library(stringi)
  7. library(IPtoCountry)
  8.  
  9. Aircel_ltd <- read_excel("Urls/Aircel ltd.xlsx")
  10.  
  11. for (i in Aircel_ltd$URL) {
  12. myIP <- hostname_to_ip(i)
  13. print(myIP)
  14. IP_location(myIP)
  15.  
  16. }
Add Comment
Please, Sign In to add comment