Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting pajek file, min no of citations in co-citation network #445

Open
RabeelKhan84 opened this issue Apr 17, 2024 · 4 comments
Open

Comments

@RabeelKhan84
Copy link

Hi,
I have created a co-citation network in biblioshiny and I want to download it as a Pajek file to use in VOS viewer. I am getting an error when I click the Pajek download. Can you help me solve this?

Also, is it possible to set a minimum number of citations of document to 10 in co-citation network in biblioshiny?
Co-citation network

@massimoaria
Copy link
Owner

Hi,
What bibliometrix version are you using?
Last beta version from GitHub already solved the issue.
Please try last version or provide a sample file to replicate the error.

@massimoaria
Copy link
Owner

It is not possible to set min no of citations but a max no of references.

@RabeelKhan84
Copy link
Author

I am using the latest R version 4.3.3.
savedrecs.zip

File is attached. Requirement is to run a co-citation analysis with 200 nodes. And then export the network as a pajek file.

@massimoaria
Copy link
Owner

massimoaria commented Apr 18, 2024

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:

install.packages("remotes")
remotes::install_github("massimoaria/bibliometrix")

The last bibliometrix version includes a function called "net2Pajek()" to export a networkPlot object as Pajek files (.clu, .net, and .vec)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants