Massimo Aria
Massimo Aria
It is not possible to set min no of citations but a max no of references.
I am not referring to the R version but to the bibliometrix version. To install the latest version from GitHub you need to use the following lines of code: `...
Thanks for your remark. I have solved the issue. Please update from github.
Open R or Rstudio (in console window) and digit: install.packages("remotes") Then: remotes::install_github("massimoaria/bibliometrix")
As I mentioned in a previous post, You **have to** install bibliometrix from GitHub (and not from CRAN)! Please use the following code lines in R console: `install.packages("remotes")` `remotes::install_github("massimoaria/bibliometrix")` **If...
Bibliometrix 4.2.1 is on Cran. This version solves the Scopus importing issue.
@trangdata the package returns an issue when I try to check it for CRAN submission. ``` r library(openalexR) library(dplyr) #> #> Attaching package: 'dplyr' #> The following objects are masked...
> Biblioshiny has a very nice interface for identifying common references using bibliographic coupling (thank you!). I think often specific references are too granular, and instead we are interested in...
Please provide us with more information about the issue.
The error indicates that there are duplicate rows in your excel collection. Bibliometrix uses the column with the tag "SR" as document ID and when this column contains duplicates then...