tbl_edit | R Documentation |
Edit Data
tbl_edit( data, override_common_group = F, file_path = NULL, folder = NULL, file_name = NULL )
data |
data frame |
file_path |
if not 'NULL' a filepath to save the file |
folder |
folder to save the file |
file_name |
file name |
tbl_edit(data = iris, file_path = "Desktop/test", file_name = "iris") tbl_edit(data = iris, file_path = "Desktop", file_name = "iris")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.