Skip to content

Commit

Permalink
updated the output of author_data
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Oct 22, 2018
1 parent bdac262 commit 5a52d00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: rscopus
Type: Package
Title: Scopus Database 'API' Interface
Version: 0.6.1
Date: 2018-10-10
Version: 0.6.2
Date: 2018-10-22
Authors@R: person(given = "John", family = "Muschelli",
role = c("aut", "cre"), email = "[email protected]")
Maintainer: John Muschelli <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions R/author_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ author_data = function(...,
df$au_id = au_id
L = list(entries = entries,
df = df)
L$first_name = first_name
L$last_name = last_name
L$au_id = au_id
L$full_data = xdf

return(L)
Expand Down

0 comments on commit 5a52d00

Please sign in to comment.