Skip to content

Commit

Permalink
#52 update issn_title dataset
Browse files Browse the repository at this point in the history
make script for updating in inst/ignore/issn_title_collect.R
  • Loading branch information
sckott committed Jun 5, 2019
1 parent 728f9a7 commit c8d3453
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Expand Up @@ -16,6 +16,7 @@ Authors@R:
License: MIT + file LICENSE
URL: https://github.com/ropensci/rorcid
BugReports: https://github.com/ropensci/rorcid/issues
LazyLoad: yes
LazyData: true
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Expand Down
8 changes: 4 additions & 4 deletions R/orcid_peer_reviews.R
Expand Up @@ -8,10 +8,10 @@
#'
#' @examples \dontrun{
#' # all peer review data
#' res <- orcid_peer_reviews(orcid = "0000-0002-1642-628X")
#' res$`0000-0002-1642-628X`
#' names(res$`0000-0002-1642-628X`)
#' res$`0000-0002-1642-628X`$`group`
#' res <- orcid_peer_reviews(orcid = "0000-0001-7678-8656")
#' res$`0000-0001-7678-8656`
#' names(res$`0000-0001-7678-8656`)
#' res$`0000-0001-7678-8656`$`group`
#'
#' # get individual works
#' orcid_peer_reviews("0000-0003-1444-9135", 75565)
Expand Down
Binary file modified data/issn_title.rda
Binary file not shown.
8 changes: 4 additions & 4 deletions man/orcid_peer_reviews.Rd

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

0 comments on commit c8d3453

Please sign in to comment.