ask_save: Ask first and save

Description Usage Arguments Author(s) See Also

View source: R/asks.R

Description

It works just like save, but ask first to avoid any unwanted automatic action in a script.

Usage

1
2
3
4
5
6
ask_save(
  ...,
  list = character(),
  file = stop("'file' must be specified"),
  yes = FALSE
)

Arguments

..., list, file

Please refer to the description in save

yes

for running in a script. If 'yes' is TRUE, then 'FUN' will be excuted without asking

Author(s)

Mun-Gwan Hong, mungwan@gmail.com

See Also

save


Rundmus/Useful2me-R_package documentation built on Nov. 13, 2020, 4:16 p.m.