| CSIwrite | R Documentation | 
Write monthly CSI values from 3D csi object to text files, one file per site.
CSIwrite(csi, dir = paste0(getwd(), "/csi_values"))
| csi | array A 3D array of CSI values with dimensions of number of months covered, scale of months analysed (typically 1-24), and number of sites. | 
| dir | character Directory to write output files to. | 
# Data file with Year and Month columns
data_path <- system.file("extdata", "Monthly_Coastal_EDEN.csv", package = "CSI")
sal <- CSIimport_monthly(data_path)
csi <- CSIcalc(sal)
CSIwrite(csi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.