View source: R/altmetric_keywords.R
This function get Altmetric.com mentions (the result from altmetric_wos_mentions) and WoS records. Then it splits all WoS records into author keywords (one per record) and join with Altmetric.com mentions. It returns a list with two data.frame: all Altmetric.com mentions that have author keywords and these, and the same with records.
1 2 | altmetric_keywords(altmetric_wos_mentions, wos_records,
remove_journals = NULL, wrong_words = NULL)
|
altmetric_wos_mentions |
Altmetric.com mentions with acccession number data.frame |
wos_records |
WoS records data.frame |
remove_journals |
Character o vector of optional names of journals to remove from |
wrong_words |
Character o vector of optional keywords to remove from |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.