save_table: Save Object as .csv

Description Usage Arguments Value

View source: R/save.R

Description

Save Object as .csv

Usage

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

Arguments

x

The object to save.

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.

caption

A string of the figure caption.

report

A flag indicating to include the plot in reports.

ask

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

Value

The object x.


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