Skip to content

Commit

Permalink
typo in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ateucher committed Jan 28, 2020
1 parent 8c83903 commit 3f8c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/rmapshaper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f8c709

Please sign in to comment.