wcsv: Quick save CSV file

View source: R/save.R

wcsvR Documentation

Quick save CSV file

Description

Quick save CSV file

Usage

wcsv(df, path = NULL)

Arguments

df

A tibble

path

Path for file as a string with folders created as required. When NULL, it defaults to "Processed" under the pwd. Any additional folders listed here will appear under "Processed". If only one subdirectory required, it can be a simple string (e.g. "Outputs" will create "Data/Outputs/") otherwise, a character vector (c("Outputs", "Maps") for "Data/Outputs/Maps") If you need to save outside the "Data" folder, use the relevant save function.

Value

A CSV file with the same name as df


AltfunsMA/cptools documentation built on Aug. 7, 2022, 5:44 p.m.