askSave: Save file after asking the user for confirmation

Description Usage Arguments

View source: R/io.R

Description

Save file after asking the user for confirmation

Usage

1
2
askSave(data, filename = substitute(data), filepath = "../output/",
  csv = 0, row.names = F, ...)

Arguments

data

data file to be writen

filename

name of the file, defaults to name of the object

filepath

path where to save the file, defaults to "../output/"

csv

write the data into a csv2 as well?


vh-d/VHtools documentation built on May 3, 2019, 6:11 p.m.