Skip to content
Snippets Groups Projects
get_birthplace.Rd 681 B
Newer Older
Lucas Schons's avatar
Lucas Schons committed
% Generated by roxygen2: do not edit by hand
Lucas Schons's avatar
Lucas Schons committed
% Please edit documentation in R/get_birthplace.R
\name{get_birthplace}
\alias{get_birthplace}
Lucas Schons's avatar
Lucas Schons committed
\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
Lucas Schons's avatar
Lucas Schons committed
birthplace is hard to extract from text}
\usage{
Lucas Schons's avatar
Lucas Schons committed
get_birthplace(article)
Lucas Schons's avatar
Lucas Schons committed
}
\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
Lucas Schons's avatar
Lucas Schons committed
birthplace is hard to extract from text
}