retrieval: Retrieval of codings conditional on the file id.

Description Usage Arguments Details Value Author(s) See Also

View source: R/CodesFun.R

Description

To retrieve the codings of a selected code from specific set of files.

Usage

1
2
retrieval(Fid = NULL, order = c("fname", "ftime", "ctime"),
          CodeNameWidget = .rqda$.codes_rqda,codingTable="coding")

Arguments

Fid

Numeric vector, the file id.

order

The method of sort of retrieved codings.

CodeNameWidget

The name of code list widget.

codingTable

name of sqlite data table where codings are stored. It should be either "coding" or "coding2"

Details

This function retrieves the codings of a selected code from CodeNameWidget, given that all the codings are from a set of files which are determined by Fid.

Value

A gtext widget is open and all the codings are pushed into that widget.

Author(s)

HUANG Ronggui

See Also

getFileIds


RQDA documentation built on May 2, 2019, 3:24 p.m.