From f91456116fa1a06d689ec938e2c9990681d35a07 Mon Sep 17 00:00:00 2001 From: flavis Date: Tue, 3 Aug 2021 12:48:32 +0200 Subject: [PATCH] remove outdated example code --- R/parse.R | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/R/parse.R b/R/parse.R index 603c358..ca428c3 100644 --- a/R/parse.R +++ b/R/parse.R @@ -227,15 +227,3 @@ read_from_csv <- function(path="csv/") { comments = tibble %$% read.table(str_c(path, "comments.csv")), applause = tibble %$% read.table(str_c(path, "applause.csv"))) } - -# ------------------------------- -# EXAMPLE USE - -# make sure data ist downloaded via fetch.R -# res <- read_one("records/19126-data.xml") -# -# res$redner -# res$reden -# res$talks - -# -------------------------------