Skip to content

Commit

Permalink
Fix wiki link
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-li committed May 20, 2020
1 parent ed8d43e commit 0e7209b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 0e7209b

Please sign in to comment.