I am aware that ip_to_hostname(STRSXP)
in iptools
in R does help users to find domain names of IP addresses.
However, with my data sized over 300,000,000 entries of DNS IP addresses, ip_to_hostname
is not a feasible option due to the hefty load of processing time that ultimately aborts R client.
I was wondering if anyone had experience with this and figured out a solution.