save_data: Save Data

Description Usage Arguments Value

View source: R/save.R

Description

Save Data

Usage

1
2
save_data(x, x_name = NULL, sub = get_sub(), main = get_main(),
  ask = getOption("subfoldr.ask", TRUE))

Arguments

x

The data frame to save. If missing saves all data frames in calling env.

x_name

An optional string of the name to use.

sub

A string of the path to the directory to save the object.

main

A string of the main subfolder.

ask

A string indicating whether to ask before creating a sub directory.

Value

The object x or TRUE or FALSE is x is missing.


poissonconsulting/subfoldr documentation built on Feb. 18, 2021, 11:17 p.m.