From 3f8c70987f56435cabe12d3d7f74415b8aa4b32b Mon Sep 17 00:00:00 2001 From: Andy Teucher Date: Tue, 28 Jan 2020 11:50:57 -0800 Subject: [PATCH] typo in vignette --- vignettes/rmapshaper.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/rmapshaper.Rmd b/vignettes/rmapshaper.Rmd index 591d95e..e1094fc 100644 --- a/vignettes/rmapshaper.Rmd +++ b/vignettes/rmapshaper.Rmd @@ -130,7 +130,7 @@ If you get an error, you will need to install mapshaper. First install node npm install -g mapshaper ``` -Then you can use the `sys` argmument in any rmapshaper function: +Then you can use the `sys` argument in any rmapshaper function: ```{r eval=nzchar(Sys.which("mapshaper"))} states_simp_internal <- ms_simplify(states_sf)