Learn R Programming

RQDA (version 0.3-0)

exportCodedFile: exported a coded file to HTML file

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
# NOT RUN {
exportCodedFile("~/coded file with id of 1.html", fid=1)
# }

Run the code above in your browser using DataLab