write_results_to_files | R Documentation |
This function is used two different ways. It's called when the program quits because there are too many species or it's called when the program runs successfully.
write_results_to_files( csv_outfile_name, results_df, run_ID, out_dir, tzar_run_id_field_name )
csv_outfile_name |
Name of the csv file to write results to, not including csv extension but not including path |
results_df |
data frame containing the results |
run_ID |
integer ID of a run |
out_dir |
character string telling what directory to put the results file in |
tzar_run_id_field_name |
character string containing name of tzar run ID field in output file |
Returns nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.