exportCodings: Export codings to a HTML file.

Description Usage Arguments Details Value Author(s)

Description

To export retrieved codings to a HTML file.

Usage

1
2
3
exportCodings(file = "Exported Codings.html", Fid = NULL,
             order = c("fname", "ftime", "ctime"), append = FALSE,
             codingTable="coding")

Arguments

file

Length-one character vector, specify the name of exported file.

Fid

Integer vector of file id. The retrieved codings are from this subset of files. When it is NULL, it means all the files.

order

Specify the order of retrieved codings. See details for the meanings.

append

Logical, when TRUE the exported codings are appended to the existing file (if it exists); otherwise, it overwrites the existing file.

codingTable

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

Details

"fname" means order the codings by file names, "ftime" by file imported time, and "ctime" by time of coding.

Value

A html file.

Author(s)

HUANG Ronggui


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