Learn R Programming

RQDA (version 0.1-8)

ExportCoding: Export codings to a HTML file.

Description

To export retrieved codings to a HTML file.

Usage

ExportCoding(file = "Exported Codings.html", Fid = NULL, order = c("fname", "ftime", "ctime"), append = FALSE)

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 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 exists); otherwise, it overwrites the existing file.

Value

  • A html file.

Details

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