saveCSV | R Documentation |
Uses fwrite
to fastly write a CSV file within a current
date subfolder of a provided specific directory.
saveCSV(df,
dir = "results",
filename = "output",
verbose = TRUE,
append = FALSE,
save = TRUE,
foldername = NULL)
df |
Any input list of same length vectors (e.g. |
dir |
Pathway to the computer's directory, where the file will be saved
provided that the argument |
filename |
Name of the output file to be saved. The default is to create a file entitled output. |
verbose |
Logical, if |
append |
Logical, if |
save |
Logical, if |
foldername |
A parameter only for internal use with
expowo's main functions. You must keep
this always as |
Debora Zuanny & Domingos Cardoso
library(expowo)
res <- powoGenera(family = "Lecythidaceae",
verbose = TRUE,
save = FALSE)
saveCSV(res,
dir = "results_powoGenera",
filename = "Lecythidaceae_search",
append = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.