| export_data | R Documentation | 
Export data to a local text file
export_data(data, file = "", keep.units = is.unitted(data),
  comment.char = "#", sep = "\t", row.names = FALSE, quote = FALSE,
  ...)
| data | a data.frame or unitted_data.frame of data | 
| file | the file to write to, as in  | 
| keep.units | logical. if data has units, should these be written as a second line (just beneath the header) in the text file? | 
| comment.char | a single character, or "", with which to prepend the line containing units information | 
| sep | the character string used to separate columns, as in 
 | 
| row.names | logical. whether to write row names to the file, as in 
 | 
| quote | logical. whether to place quotes around every data entry, as in 
 | 
| ... | other arguments passed to  | 
write_unitted, write.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.