View source: R/Standardization.R
write_twice | R Documentation |
Save a csv in two locations
write_twice(
data,
first_path,
second_path,
dir = "",
file,
write_csv = TRUE,
...
)
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 |
no value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.