RQDA-package: R-based Qualitative Data Analysis package

Description Details Author(s) References Examples

Description

Qualitative Data Analysis based on R language. Current version supports plain text. In addition, it can import PDF highlights.

Details

The workhorse function for end-user is the RQDA(), you can use RQDA() to start the GUI after library(RQDA). 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 are integers 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 are integers specifying width and height.

Author(s)

Ronggui Huang

Maintainer: Ronggui Huang <ronggui.huang@gmail.com>

References

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

Lewins, A. & Silver, C.2007. Using Software in Qualitative Research : A Step-by-Step Guide. Sage Publications.

Kuckartz, Udo. 2014. Qualitative Text Analysis. Sage Publications.

Examples

1
2
3
4
## Not run: library(RQDA)
RQDA()

## End(Not run)

Ronggui/RQDA documentation built on Nov. 22, 2021, 12:21 a.m.