browse_dat: Browse dataset in your default browser.

Description Usage Arguments Examples

Description

Browse dataset in your default browser.

Usage

1
browse_dat(input = NULL, output = NULL, browse = TRUE)

Arguments

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.

Examples

1
2
3
4
5
## Not run: 
browse_dat(input=mtcars)
browse_dat(iris)

## End(Not run)

muschellij2/testdat documentation built on May 23, 2019, 9:56 a.m.