% Generated by roxygen2: do not edit by hand % Please edit documentation in R/aggregator.R \name{aggregator} \alias{aggregator} \title{Aggregator function, to aggregate actor results} \usage{ aggregator(id, actor_df, merge_id) } \arguments{ \item{id}{Article id of the article for which actor aggregation should be done} \item{actor_df}{The dataframe containing the actor data} \item{merge_id}{The actorid that should be assigned to the merged result} } \value{ A dataframe with the merged results } \description{ Aggregator function, to aggregate actor results } \examples{ aggregator(id, actor_df, merge_id) }