From 17ebe4c8907e1cdff42f7d7f179d710f825c57aa Mon Sep 17 00:00:00 2001 From: dgrtwo Date: Mon, 16 May 2016 08:24:04 -0400 Subject: [PATCH] Removed one example from gutenberg_works to speed up --- R/gutenberg_works.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/R/gutenberg_works.R b/R/gutenberg_works.R index 13a27bd..bcc14c0 100644 --- a/R/gutenberg_works.R +++ b/R/gutenberg_works.R @@ -47,9 +47,6 @@ #' # filter conditions #' gutenberg_works(author == "Shakespeare, William") #' -#' # changing default options -#' gutenberg_works(rights = NULL) -#' #' # language specifications #' #' gutenberg_works(languages = "es") %>%