Learn R Programming

RQDA (version 0.2-2)

RQDA-package: R-based Qualitative Data Analysis package

Description

Qualitative Data Analysis based on R language. Current version only supports plain text.

Arguments

Details

ll{ Package: RQDA Type: Package Version: 0.2-2 Date: 2011-12-26 Depends: R (>= 2.8.0), DBI, RSQLite, gWidgets (>= 0.0-31), gWidgetsRGtk2 (>= 0.0-36), igraph Imports: RGtk2 (>= 2.20), methods Enhances: RMySQL Suggests: vcd, tcltk License: New style BSD License LazyLoad: yes URL: http://rqda.r-forge.r-project.org/ } The workhorse function for end-user is the RQDA(), you can use RQDA() to start the GUI after library(QRDA). Please Refer to the documentation section of the project homepage for the usage of RQDA. The position of ViewFile widget can be controlled by "widgetCoordinate" options, with default value c(400,2). You can change it by options("widgetCoordinate"=c(x,y)), where x and y is integer specifying the position. The size of many widgets (e.g. ViewFile widgets) can be controlled by "widgetSize" options, with default value c(550,700). You can change it by options("widgetSize"=c(x,y)), where x and y is integer specifying width and height.

References

Kelle, U. (ed). 1995. "Computer-aided qualitative data analysis: theory, methods and practice." Sage Publications.

Examples

Run this code
library(RQDA)
RQDA()

Run the code above in your browser using DataLab