save_table: Save table

Description Usage Arguments Value

View source: R/save-table.R

Description

Saves data.frame as csv file in current table folder. Row names are only save if informative (i.e. not NULL and not just 1:nrow(x)).

Usage

1
save_table(x, name = "table", type = "results")

Arguments

x

the data.frame to to save

name

character scalar of the name for the csv table

type

character scalar of the type of folder to save in

Value

Saves x as csv file in current table folder.


poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.