Skip to content
Snippets Groups Projects
get_birthdate.Rd 667 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_birthdate.R
\name{get_birthdate}
\alias{get_birthdate}
Lucas Schons's avatar
Lucas Schons committed
\title{Extract birthdate from infobox
Will try to get infobox as table and extract birthdate
from 'Born'-entry
If there is no infobox, first paragraph of the article
will be checked for birthdate}
\usage{
Lucas Schons's avatar
Lucas Schons committed
get_birthdate(article)
Lucas Schons's avatar
Lucas Schons committed
}
\arguments{
\item{article}{Article in HTML-format}
}
\value{
String birthdate as string|NULL
}
\description{
Extract birthdate from infobox
Will try to get infobox as table and extract birthdate
from 'Born'-entry
If there is no infobox, first paragraph of the article
will be checked for birthdate
}