Massimo Aria
Massimo Aria
This is not an issue. Lens.org database does not export citation counts. So the bibliometrix importing routine set TC column to 0 for all documents.
Dear Bia I know the issue in building direct citations using Scopus data. We are working on a solution. Best Massimo
Please, send me your zip file
The error is due to a too small set of articles that does not match the function arguments. For example, "Number of Nodes" means the number of articles to include...
Dear all, I am still working on an importing routine for Zotero files. Stay tuned!
Please upload an example file and your code
Please upload your file
The function returns an error because you selected an incorrect file format. The correct one is format = "plaintext". `M
The function mergeDbSources is still in beta version. We are hardly working to solve the merging problems. Please upload your collections so we can try to solve the issue.
Here an example on how to do it: library(bibliometrix) library(bibliometrixData) library(tidyverse) data(management) M % summarise( frequency = length(Country), frequencyFractionalized = sum(1/nAuPerArt) )