write_twice: Save a csv in two locations

View source: R/Standardization.R

write_twiceR Documentation

Save a csv in two locations

Description

Save a csv in two locations

Usage

write_twice(
  data,
  first_path,
  second_path,
  dir = "",
  file,
  write_csv = TRUE,
  ...
)

Arguments

data

a ggplot object

first_path

the primary storage path

second_path

the second path, typically sharepoint

file

filename

...

allow for other parameters

dir=""

what directory for the output, defaults to none.

write_csv=TRUE

Use write_csv by default, write.csv otherwise

Value

no value


CSISdefense/csis360 documentation built on Feb. 1, 2025, 1:22 p.m.