소스 검색

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

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

불러오는 중...
취소
저장