-
Lucas Schons authoredLucas Schons authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
get_birthplace.Rd 681 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_birthplace.R
\name{get_birthplace}
\alias{get_birthplace}
\title{This script extracts Birthplace from physicist texts
Try to get the infobox and extract the birthplace
If there is no infobox, 0 will be returned as
birthplace is hard to extract from text}
\usage{
get_birthplace(article)
}
\arguments{
\item{article}{Article in HTML-format}
}
\value{
String with birthplace of the physicist|0
}
\description{
This script extracts Birthplace from physicist texts
Try to get the infobox and extract the birthplace
If there is no infobox, 0 will be returned as
birthplace is hard to extract from text
}