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_elastic.Rd

29 lines
866 B

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