From ee276eefb7524eade114f61469a19f6242639e76 Mon Sep 17 00:00:00 2001 From: camilavargasp Date: Fri, 1 Mar 2024 08:32:00 -0800 Subject: [PATCH] adding correct file pah to delete zip file with spatial data --- materials/sections/geospatial-vector-analysis.qmd | 2 +- materials/session_19.qmd | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/materials/sections/geospatial-vector-analysis.qmd b/materials/sections/geospatial-vector-analysis.qmd index cae3583f..c1867d48 100644 --- a/materials/sections/geospatial-vector-analysis.qmd +++ b/materials/sections/geospatial-vector-analysis.qmd @@ -50,7 +50,7 @@ download.file(url = knb_url, destfile = 'shapefile_demo_data.zip') unzip('shapefile_demo_data.zip', exdir = 'data') -file.remove('demo_data.zip') +file.remove('shapefile_demo_data.zip') ``` diff --git a/materials/session_19.qmd b/materials/session_19.qmd index 70ac59f3..37cb5821 100644 --- a/materials/session_19.qmd +++ b/materials/session_19.qmd @@ -7,7 +7,6 @@ title-block-banner: true - {{< include /sections/geospatial-vector-analysis.qmd >}}