Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 20, 2018
1 parent d3051a8 commit a823fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/core_articles.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @param similar Whether to retrieve a list of similar articles.
#' Default: `FALSE`
#' Because the similar articles are calculated on demand, setting this
#' parameter to true might slightly slow down the response time query boolean
#' parameter to true might slightly slow down the response time query
#' @param duplicate Whether to retrieve a list of CORE IDs of different
#' versions of the article. Default: `FALSE`
#' @param urls Whether to retrieve a list of URLs from which the article can
Expand All @@ -36,7 +36,6 @@
#' <https://core.ac.uk/docs/#!/articles/getArticleByCoreId>
#' @examples \dontrun{
#' core_articles(id = 21132995)
#' core_articles(id = 21132995, similar = TRUE)
#' core_articles(id = 21132995, fulltext = TRUE)
#' core_articles(id = 21132995, citations = TRUE)
#'
Expand Down
3 changes: 1 addition & 2 deletions man/core_articles.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a823fbb

Please sign in to comment.