update zwischenbericht, run documentation

This commit is contained in:
2021-07-26 17:42:50 +02:00
parent ce8e9fdf62
commit 8e473bf094
7 changed files with 23 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ RoxygenNote: 7.1.1
Imports:
dplyr,
pbapply,
purrr,
rvest,
stringr,
tibble,
+2
View File
@@ -1,9 +1,11 @@
# Generated by roxygen2: do not edit by hand
export(fetch_all)
export(read_all)
export(repair)
import(dplyr)
import(pbapply)
import(purrr)
import(stringr)
import(tibble)
import(utils)
+1
View File
@@ -6,6 +6,7 @@
#' @import stringr
#' @import xml2
#' @import utils
#' @import purrr
#' @keywords internal
"_PACKAGE"
+14
View File
@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fetch.R
\name{fetch_all}
\alias{fetch_all}
\title{Download available records}
\usage{
fetch_all(download_dir = "records/", create = FALSE)
}
\arguments{
\item{download_dir}{character}
}
\description{
This fetches all available records of the 19th legislative period of the german Bundestag.
}
+2 -2
View File
@@ -2,10 +2,10 @@
% Please edit documentation in R/repair.R
\name{repair}
\alias{repair}
\title{Repairs parsed tables}
\title{Repair parsed tables}
\usage{
repair(parse_output)
}
\description{
Repairs parsed tables
Repair parsed tables
}
Binary file not shown.
+3 -1
View File
@@ -12,6 +12,7 @@
\item Redebeiträge extrahieren
\item Ordnungskommentare filtern
\item Kommentare extrahieren
\item Fehler in Redner Tabelle bereinigen
\end{itemize}
\end{itemize}
\section*{Wie ist der Zustand aktuell?}
@@ -23,8 +24,9 @@
\begin{itemize}
\item Kommentare in Kategorien einteilen, z.B. Kategorie Beifall mit Liste der applaudierenden Parteien
\item Metadaten vom Anfang extrahieren
\item Fehler bereinigen
\item Fehler weiter bereinigen (in talks, reden)
\end{itemize}
\item Error Handling beim Fetchen
\item Daten auf bestimmte Fragestellungen untersuchen
\begin{itemize}
\item Wer redet am häufigsten / längsten?