Articles by Bob Rudis (@hrbrmstr)

Vectorizing IPv4 Address Conversions – Part 2

May 17, 2014 | Bob Rudis (@hrbrmstr)

The previous post looked at using the Vectorize() function to, well, vectorize, our Rcpp IPv4 functions. While this is a completely acceptable practice, we can perform the vectorization 100% in Rcpp/C++. We’ve included both the original Rcpp IPv4 functions and the new Rcpp-vectorized functions together to show the minimal ... [Read more...]

Speeding Up IPv4 Address Conversion in R

May 14, 2014 | Bob Rudis (@hrbrmstr)

In our book we provide examples of how to convert IPv4 addresses to integer format (and back). We held ourselves to using only basic R functionality since the book had to be at an introductory level. On a fairly modern box, the ip2long function takes (roughly) 0.1s to convert 4,000 ... [Read more...]

R vs Spreadsheets

January 8, 2014 | Bob Rudis (@hrbrmstr)

One of the myriad of reasons we created the Data Driven Security blog was to provide pointers to data analysis and visualization resources for security domain experts who may have not been exposed to these types of tools. I’d venture a posit that most folks jump into some type ... [Read more...]
1 2 3

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)