exportCodedFile: exported a coded file to HTML file

Description Usage Arguments Value Author(s) Examples

View source: R/exports.R

Description

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

Usage

1
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(s)

Ronggui HUANG

Examples

1
2
3
4
## Not run: 
exportCodedFile(file=tempfile(), fid=1)

## End(Not run)

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