- Fixed bug in bibtex core
- Deprecated
entries_to_df
, addresses #27.
- Added
wait_time
for scopus search for requested by @dkremmydas. - Tried adding the ability to pass an Institution Token, but not sure if it worked.
- Added
plumx_metrics
function for API: https://dev.elsevier.com/documentation/PlumXMetricsAPI.wadl.
- Added
citation_retrieval
for example of the Citation Retrieval example. - Fixed output of functions. Should look into
jsonlite::fromJSON(flatten = TRUE)
for some content.
- Added multiple author support using
multi_author_info
andmulti_author_retrieval
. - API Key now is hidden when printed.
read_cto
function and example CTO CSV are now included.gen_entries_to_df
is now the default for most functions.- Run
gsub
to replace identifier information such asSCOPUS_ID:
. - Added
scrub_identifer
to thegen_entries_to_df
.
author_df
now has an option forgeneral
to usegen_entries_to_df
instead ofentries_to_df
, which is more general.author_df_orig
is there for the old way of getting the data.frame
-
Added a
NEWS.md
file to track changes to the package. -
Author retrieval is now able to pass a person's name instead of an ID always.