Learn R Programming

RQDA (version 0.2-2)

exportCodedFile: exported a coded file to HTML fiel

Description

Exported a coded file to a HTML file with codings and code labels

Usage

exportCodedFile(file, fid, closeAfter = TRUE)

Arguments

file
character string to specify the HTML file path.
fid
the file id for export.
closeAfter
When TRUE, the file widget is closed after export.

Value

  • No returned value, for its side effect only.

Examples

Run this code
exportCodedFile("~/coded file with id of 1.html", fid=1)

Run the code above in your browser using DataLab