diff --git a/DESCRIPTION b/DESCRIPTION index 8fd84aa..aef8c3e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "muschellij2@gmail.com") Maintainer: John Muschelli diff --git a/R/author_df.R b/R/author_df.R index 8c1df2c..00725c7 100644 --- a/R/author_df.R +++ b/R/author_df.R @@ -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)