Social Network R Package
This R Package was developed in conjunction with the final project for BANA-277, Customer and Social Analytics. The data that we used in this project was event level customer data and was not suitable to use with iGraph, as this package requires data to be in two columns, a “Source” and a “Target” node (“Source” products point to “Target” products). This package transforms a given dataframe of this type and returns an iGraph object; it takes as parameters a user ID and a product ID.