View source: R/inputs_outputs.R
export_data | R Documentation |
Export data for users.
export_data(data_to_export, filetype, source = NA, empty_na = FALSE)
data_to_export |
A data.frame to export to the user file system. |
filetype |
A string indicating the needed directory or file. |
source |
A string indicating which mode to read from: "pos" or "neg". |
empty_na |
A boolean indicating if NA must be replaced by an empty string in the output file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.