You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mamlr/man/aggregator.Rd

25 lines
614 B

% 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)
}