Skip to content
Snippets Groups Projects
get_spouse.Rd 537 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_spouse.R
\name{get_spouse}
\alias{get_spouse}
\title{Reads the spouse of an physicist from text if possible}
\usage{
get_spouse(physicist, annotation)
}
\arguments{
\item{annotation}{Annotation object}

\item{article}{Cleaned article}
}
\value{
Name of the spouse of the
}
\description{
Reads the spouse of an physicist from text if possible
}
\examples{
\dontrun{
articles <- get_data()

spouses <- get_spouse(articles$Text[54], annotation)

spouses
}
}