From d296ae8e89ab9afb35d85288f7fbb044c9912c9f Mon Sep 17 00:00:00 2001
From: Lukas Gehrke <lukasgehrke@Lukass-MacBook-Pro.local>
Date: Mon, 7 Jan 2019 07:43:27 +0100
Subject: [PATCH] Aendert '0' zu 'NULL' in GetBirthplace.R

---
 r/GetBirthplace.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/GetBirthplace.R b/r/GetBirthplace.R
index 3212f50..8726598 100644
--- a/r/GetBirthplace.R
+++ b/r/GetBirthplace.R
@@ -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
-- 
GitLab