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

23 lines
723 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, country)
}
\arguments{
\item{actor}{A row from the output of elasticizer() when run on the 'actor' index}
\item{country}{2-letter string indicating the country for which to generate the queries, is related to inflected nouns, definitive forms and genitive forms of names etc.}
}
\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)
}