write_parameters_file | R Documentation |
Writes an object of parameters to file ready for use in an sbatch
job array.
write_parameters_file(
x,
filename = "parameters.csv",
format = get_file_extension(filename),
add_id = is_in("data.frame", class(x))
)
x |
|
filename |
Path to output file. |
format |
Output file format using |
add_id |
Should an |
Invisibly returns the filename that was written.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.