% Generated by roxygen2: do not edit by hand % Please edit documentation in R/get_birthdate.R \name{get_birthdate} \alias{get_birthdate} \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{ get_birthdate(article) } \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 }