From 41a70eaaf0a4b4e305d9f6c8d42f6539c07494a1 Mon Sep 17 00:00:00 2001 From: flavis Date: Wed, 28 Jul 2021 18:30:28 +0200 Subject: [PATCH] add fetch_all documentation --- NAMESPACE | 1 + man/fetch_all.Rd | 14 ++++++++++++++ man/repair.Rd | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 man/fetch_all.Rd diff --git a/NAMESPACE b/NAMESPACE index 2b904ce..1730b96 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +export(fetch_all) export(read_all) export(repair) import(dplyr) diff --git a/man/fetch_all.Rd b/man/fetch_all.Rd new file mode 100644 index 0000000..344bddc --- /dev/null +++ b/man/fetch_all.Rd @@ -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. +} diff --git a/man/repair.Rd b/man/repair.Rd index 8f3dacb..c7e0342 100644 --- a/man/repair.Rd +++ b/man/repair.Rd @@ -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 }