Learn R Programming

RQDA

RQDA is computer-aided qualitative data analysis package

Installation of Devel Version

Assuming you have a working version of current release (and all dependencies).

install.packages("devtools") ## install it only if you haven't done it yet
require(devtools)
devtools::install_github("Ronggui/RQDA")

Installation for macOS from source package

  1. Open a Terminal and run the following command to install xcode:

    sudo xcode-select —install
  2. Go to http://xquartz.macosforge.org/landing/, download and install XQuartz-2.7.7.dmg.

  3. Go to https://www.macports.org/install.php, download and install macport (Install MacPorts for your version of OS X, e.g Sierra)

  4. Open a Terminal and run the following commands:

    sudo port install pkgconfig
    sudo port install gtk2
  5. Download and install the binary version of R.

  6. If the above step is successful, launch R and install RQDA from within R:

install.packages('RQDA', type='source')
  1. If all steps are successful, then we can launch RQDA by the following R command:
library(RQDA) 

Installation for macOS from binary package (if available on CRAN)

  1. Go to http://xquartz.macosforge.org/landing/, download and install XQuartz-2.7.7.dmg.

  2. Go to http://r.research.att.com, download and install the binary package of GTK+ 2.24.17.

  3. Download and install the binary version of R.

  4. Launch R and install RQDA from within R:

install.packages('RQDA', type='binary')
  1. If all steps are successful, then we can launch RQDA by the following R command:
library(RQDA) 

Dockerfile for Debian 8

DockerRQDA is a project providing a docker image for easily using RQDA under Debian 8.

How to change the font sizes of RQDA interfacea

This can be achived by modifying ~/gtkrc-2.0 (create on if not exists), for instance:

style "user-font" {
    font_name = "Lucida Grande 14"
}
widget_class "*" style "user-font"

gtk-font-name="Lucida Grande 14"
gtk-enable-mnemonics = 0

Copy Link

Version

Install

install.packages('RQDA')

Monthly Downloads

155

Version

0.3-1

License

BSD_3_clause + file LICENSE

Maintainer

Last Published

March 29th, 2018

Functions in RQDA (0.3-1)

RQDATables

Data Tables in rqda file
searchFiles

Search files
Ops.RQDA

Binary operations of some types of RQDA objects
viewPlainFile

View the file content of the selected file in File Widget without displaying the codings and annotations etc.
Ops.codings

Boolean operation on codings.
casesCodedBy

Get cases coded by specific codes, by specifying the code IDs.
RQDA-package

R-based Qualitative Data Analysis package
RQDAQuery

Execute a SQL statement on the open *.rqda file.
exportCodings

Export codings to a HTML file.
getFileIdSets

Get file id from sets.
filesByCodes

Relation between files and codes.
getFiles

Get the ids or names of files list
getAttr

attributes
crossCodes

Inter-codes relationship
codingBySearch

Auto-coding by pattern matching
filesCodedBy

Get files coded by specific codes, by specifying the code IDs.
relation

Relation between two codings
exportCodedFile

exported a coded file to HTML file
Deletion

Functions for dealing with the temporarily deleted data
retrieval

Retrieval of codings conditional on the file id.
nCodedByTwo

Show the relationship between *codedBy using a matrix.
getCodingTable

Get the information of codings
Project

Open and close project.
getCases

Get the Case ID and Case Name.
queryFiles

Retrieval of file names according to their codings.
summaryCodings

Summary of codings
write.FileList

Import a batch of files to the source table
getCodingsByOne

Return codings of one code.
gselect.list

Select Items from a List
getMemos

Collection of code memos