added missing bracket and added the total acres var in the reports detail
This commit is contained in:
parent
4b862bc016
commit
cf7d28e276
|
|
@ -244,6 +244,7 @@ if (!is.null(field_details_file) && file.exists(field_details_file)) {
|
|||
field_details_table <- summary_data$field_analysis %>%
|
||||
rename(`Mean CI` = Mean_CI, `CV Value` = CV, Field = Field_id)
|
||||
safe_log("Extracted field details from field_analysis data")}
|
||||
}
|
||||
|
||||
if (kpi_files_exist) {
|
||||
safe_log("✓ KPI summary tables loaded successfully")
|
||||
|
|
@ -391,7 +392,7 @@ if (!is.null(benchmarks)) {
|
|||
**Farm Location:** `r toupper(project_dir)` Estate
|
||||
**Report Period:** Week `r current_week` of `r year`
|
||||
**Report Generated on:** `r format(Sys.time(), "%B %d, %Y at %H:%M")`
|
||||
**Farm Size Included in Analysis:**
|
||||
**Farm Size Included in Analysis:** `r toupper(total_acreage)` acres
|
||||
**Data Source:** Planet Labs Satellite Imagery
|
||||
**Analysis Type:** Chlorophyll Index (CI) Monitoring
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue