Description Usage Arguments Examples
Browse dataset in your default browser.
| 1 | browse_dat(input = NULL, output = NULL, browse = TRUE)
 | 
| input | Input | 
| output | Path and file name for output file. If NULL, a temporary file is used. | 
| browse | Browse file in your default browse immediately after file creation. If FALSE, the file is written, but not opened. | 
| 1 2 3 4 5 | ## Not run: 
browse_dat(input=mtcars)
browse_dat(iris)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.