Description Usage Arguments Value
This function exports a dfm into the Responsible Document-term Matrix format.
1 2 3 4 5 6 7 | export_resdtmf(
input_dfm,
file_path,
order = TRUE,
compress = FALSE,
return_path = FALSE
)
|
input_dfm |
dfm object. Other object types are converted to dfm using |
file_path |
characters, file path of the exported file |
order |
logical, preserve the order of input_dfm in the exported file? |
compress |
logical, compress the json file into a zip file. File extension ".zip" will be added to file_path, if TRUE. |
file path of exported file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.