From 0e7209b6ba148a6391d36dd027bbf9c0c7aa37cc Mon Sep 17 00:00:00 2001 From: Angela Li Date: Tue, 19 May 2020 19:58:22 -0500 Subject: [PATCH] Fix wiki link --- README.Rmd | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index e1345d0..052a0f0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -50,7 +50,7 @@ head(nyc) ?nyc ``` -Instructions for adding a new dataset to this package can be found in the [Wiki](wiki/How-to-add-a-dataset-to-this-package) of this repository. +Instructions for adding a new dataset to this package can be found in the [Wiki](https://github.com/spatialanalysis/geodaData/wiki/How-to-add-a-dataset-to-this-package) of this repository. ## Datasets diff --git a/README.md b/README.md index 6ffe1bd..6faa2c1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ remotes::install_github("spatialanalysis/geodaData") ## Usage -To use geodaData in a workshop, first load `sf`, then load the package: +To use geodaData in a workshop, first load `sf`, then load the +package: ``` r library(sf) # can use without sf, but datasets will print weirdly in console @@ -49,8 +50,9 @@ head(nyc) ``` Instructions for adding a new dataset to this package can be found in -the [Wiki](wiki/How-to-add-a-dataset-to-this-package) of this -repository. +the +[Wiki](https://github.com/spatialanalysis/geodaData/wiki/How-to-add-a-dataset-to-this-package) +of this repository. ## Datasets