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/query_gen_actors.Rd

25 lines
641 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/query_gen_actors.R
\name{query_gen_actors}
\alias{query_gen_actors}
\title{Generate actor search queries based on data in actor db}
\usage{
query_gen_actors(actor, pre_tags, post_tags)
}
\arguments{
\item{actor}{A row from the output of elasticizer() when run on the 'actor' index}
\item{pre_tags}{Highlighter pre-tag}
\item{post_tags}{Highlighter post-tag}
}
\value{
A data frame containing the queries, related actor ids and actor function
}
\description{
Generate actor search queries based on data in actor db
}
\examples{
query_gen_actors(actor,country)
}