Connecting with R

Post date: Aug 01, 2016 6:50:32 PM

There are a number of ways to read UCINET DL files into R. But these involve the extra step of exporting UCINET system files (the ones with ##h and ##d extensions) to the DL text files. Alternatively there are now a couple of ways of working with UCINET system files directly.

Here's a package that just reads UCINET system files, written Jesse Fagan:

And here is some code for both reading and writing UCINET system files, by Christian Steglich:

  • read.write.ucinet.zip