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

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.

Author

Ronggui HUANG

Examples

if (FALSE) { exportCodedFile(file=tempfile(), fid=1) }