diff --git a/r_app/80_utils_agronomic_support.R b/r_app/80_utils_agronomic_support.R index 421b35f..ed791d3 100644 --- a/r_app/80_utils_agronomic_support.R +++ b/r_app/80_utils_agronomic_support.R @@ -392,10 +392,10 @@ calculate_weed_presence_kpi <- function(ci_pixels_by_field) { # } # Convert accumulated list to data frame in a single operation - field_results <- do.call(rbind, lapply(results_list, as.data.frame)) - - return(field_results) -} +# field_results <- do.call(rbind, lapply(results_list, as.data.frame)) +# +# return(field_results) +#} # ============================================================================ # KPI ORCHESTRATOR AND REPORTING diff --git a/r_app/MANUAL_PIPELINE_RUNNER.R b/r_app/MANUAL_PIPELINE_RUNNER.R index b2c20db..e8931f9 100644 --- a/r_app/MANUAL_PIPELINE_RUNNER.R +++ b/r_app/MANUAL_PIPELINE_RUNNER.R @@ -449,8 +449,8 @@ rmarkdown::render( # rmarkdown::render( rmarkdown::render( "r_app/91_CI_report_with_kpis_cane_supply.Rmd", - params = list(data_dir = "angata", report_date = as.Date("2026-02-04")), - output_file = "SmartCane_Report_basemap_test.docx", + params = list(data_dir = "angata", report_date = as.Date("2026-02-16")), + output_file = "SmartCane_Report_Angata_2026-02-16.docx", output_dir = "laravel_app/storage/app/angata/reports" ) #