- Fixing
multi_author_retrievalto actually work.
- Fixing the \link issues with packages.
- Fixed bug in bibtex core
- Deprecated
entries_to_df, addresses #27.
- Added
wait_timefor scopus search for requested by @dkremmydas. - Tried adding the ability to pass an Institution Token, but not sure if it worked.
- Added
plumx_metricsfunction for API: https://dev.elsevier.com/documentation/PlumXMetricsAPI.wadl.
- Added
citation_retrievalfor 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_infoandmulti_author_retrieval. - API Key now is hidden when printed.
read_ctofunction and example CTO CSV are now included.gen_entries_to_dfis now the default for most functions.- Run
gsubto replace identifier information such asSCOPUS_ID:. - Added
scrub_identiferto thegen_entries_to_df.
author_dfnow has an option forgeneralto usegen_entries_to_dfinstead ofentries_to_df, which is more general.author_df_origis there for the old way of getting the data.frame
-
Added a
NEWS.mdfile to track changes to the package. -
Author retrieval is now able to pass a person's name instead of an ID always.