viewData: Opens a data frame as a csv file

Description Usage Arguments Details Value Examples

View source: R/list_files.R

Description

Opens a data frame as a csv file

Usage

1
viewData(df, overwriteTF = FALSE)

Arguments

df

data frame to write and then open

overwriteTF

logical to overwrite existing file. Default is FALSE

Details

Viewing only. Does not edit the data! Writes into the temp directory and uses system's .csv file browser.

Value

path to data directory

Examples

1
2
3
4
## Not run: 
viewData(mtcars)

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.