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

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

parent 4616d41d
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(0)
return(NULL)
}
# 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