% Generated by roxygen2: do not edit by hand % Please edit documentation in R/aggregator_elastic.R \name{aggregator_elastic} \alias{aggregator_elastic} \title{Generate and store aggregate actor measures to elasticsearch} \usage{ aggregator_elastic(out, localhost = F, actorids, ver, es_super) } \arguments{ \item{out}{The output provided by elasticizer()} \item{localhost}{Boolean indicating if the script should run locally, or remote} \item{actorids}{List of actorids used in the search, should be the same as the actorids used for elasticizer()} \item{ver}{String indicating the version of the update} \item{es_super}{Write password for ES} } \value{ Return value is based on output of elastic_update() } \description{ Generate and store aggregate actor measures to elasticsearch } \examples{ aggregator_elastic(out, localhost = F, actorids, ver, es_super) }