Learn R Programming

testdat (version 0.2)

browse_dat: Browse dataset in your default browser.

Description

Browse dataset in your default browser.

Usage

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

Run this code
## Not run: 
# browse_dat(input=mtcars)
# browse_dat(iris)
# ## End(Not run)

Run the code above in your browser using DataLab