process_data | R Documentation |
Processes NetCDF files in the input directory and saves merged and processed data to the output directory.
process_data(input_dir, output_dir, save_merged = FALSE)
input_dir |
Character. Directory containing input NetCDF files. |
output_dir |
Character. Directory to save output files. |
save_merged |
Logical. If TRUE, saves the merged NetCDF file. Default is FALSE. |
None. Outputs are saved to the specified directory.
## Not run:
# Example usage of process_data
input_directory <- "/path/to/input/netcdf_files"
output_directory <- "/path/to/output"
process_data(input_dir = input_directory, output_dir = output_directory, save_merged = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.