Skip to content

Commit 2030a21

Browse files
committed
removed unnecessary assignment in examples
1 parent 37e318f commit 2030a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/as_term_list.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#' ## dictionary from quanteda
3333
#' require(quanteda)
3434
#' mfdict <- textreadr::download("https://provalisresearch.com/Download/LaverGarry.zip") %>%
35-
#' unzip(exdir = (td <- tempdir())) %>%
35+
#' unzip(exdir = tempdir()) %>%
3636
#' `[`(1) %>%
3737
#' dictionary(file = .)
3838
#'

man/as_term_list.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)