Re: [R] Need some help with data-wrangling in R

2018-08-24 Thread Rui Barradas
Hello, Cross-posting is not very well seen by R-Help. Please wait for an answer to one of your posts before posting somewhere else. https://stackoverflow.com/questions/52008756/how-to-get-a-list-of-ip-addresses-from-an-ip-range-using-r Rui Barradas On 24/08/2018 17:34, Amit Govil wrote: Hi,

Re: [R] Need some help with data-wrangling in R

2018-08-24 Thread Bert Gunter
" list of network blocks till 3rd octet:" This is incomprehensible to me. If that is so for others, also, I suggest that you provide a reproducible example (see posting guide) to explain what you mean. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along an

[R] Need some help with data-wrangling in R

2018-08-24 Thread Amit Govil
Hi, I have log data in which one of the columns have IP ranges and the next column is corresponding ports. Eg: IPRange Port 10.78.64.0-10.78.66.255 D, A, C I need to expand the IPRange column into a list of network blocks till 3rd octet: IPRange IP Port 192.100.176.0-192.100.179.255 192.100.17