Skip to content
Snippets Groups Projects
Commit 1a33c807 authored by David Fuhry's avatar David Fuhry
Browse files

More cleanup

parent 6808a21b
No related branches found
No related tags found
2 merge requests!34Resolve "Add unit tests for clean_html.R",!27Resolve "Add unit tests for cleanHtml.R"
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
# Author: Lukas # Author: Lukas
library(rvest)
library(stringr)
library(data.table)
library(xml2)
#' Extract birthdate from infobox #' Extract birthdate from infobox
#' Will try to get infobox as table and extract birthdate #' Will try to get infobox as table and extract birthdate
#' from 'Born'-entry #' from 'Born'-entry
......
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
# Author: Lukas # Author: Lukas
## librarys
library(rvest)
library(stringr)
library(data.table)
#' This script extracts Birthplace from physicist texts #' This script extracts Birthplace from physicist texts
#' Try to get the infobox and extract the birthplace #' Try to get the infobox and extract the birthplace
#' If there is no infobox, 0 will be returned as #' If there is no infobox, 0 will be returned as
......
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