Skip to content
Snippets Groups Projects
Commit d296ae8e authored by Lukas Gehrke's avatar Lukas Gehrke
Browse files

Aendert '0' zu 'NULL' in GetBirthplace.R

parent efe01b18
No related branches found
No related tags found
1 merge request!22Resolve "R-Skript für Birthplace erstellen"
......@@ -19,7 +19,7 @@ getBirthplace <- function(article) {
# If there is no infobox we return 0
if(!grepl("vcard", article)) {
return(NULL)
return(0)
}
# Use infobox to get Birthplace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment