瀏覽代碼

remove outdated example code

genderequality-alternative
flavis 4 年之前
父節點
當前提交
f91456116f
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. +0
    -12
      R/parse.R

+ 0
- 12
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

# -------------------------------

Loading…
取消
儲存