Skip to content

Commit 5ba2d73

Browse files
committed
remove personal path
1 parent 79204b9 commit 5ba2d73

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library(hfsubsetR)
4545
We can download a version (default = '2.2') hydrofabric (default = 'nextgen') for any domain (default = 'conus') using `get_hydrofabric`.
4646

4747
```{r, eval = FALSE}
48-
gpkg <- '/Users/mikejohnson/hydrofabric/conus_nextgen.gpkg'
48+
gpkg <- './conus_nextgen.gpkg'
4949
5050
get_hydrofabric(outfile = gpkg)
5151
```
@@ -54,7 +54,7 @@ From that, we can extract data for a VPU:
5454
```{r, eval = FALSE}
5555
get_vpu_fabric(gpkg,
5656
vpuid = "01",
57-
outfile = '/Users/mikejohnson/hydrofabric/01_nextgen.gpkg')
57+
outfile = './01_nextgen.gpkg')
5858
```
5959

6060
Or, we can extract a subset based on an input identifier (one of `id`, `comid`, `hl_uri`, `poi_id`, `nldi_feature`, `xy`):

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We can download a version (default = ‘2.2’) hydrofabric (default =
3939
‘nextgen’) for any domain (default = ‘conus’) using `get_hydrofabric`.
4040

4141
``` r
42-
gpkg <- '/Users/mikejohnson/hydrofabric/conus_nextgen.gpkg'
42+
gpkg <- './conus_nextgen.gpkg'
4343

4444
get_hydrofabric(outfile = gpkg)
4545
```
@@ -49,7 +49,7 @@ From that, we can extract data for a VPU:
4949
``` r
5050
get_vpu_fabric(gpkg,
5151
vpuid = "01",
52-
outfile = '/Users/mikejohnson/hydrofabric/01_nextgen.gpkg')
52+
outfile = './01_nextgen.gpkg')
5353
```
5454

5555
Or, we can extract a subset based on an input identifier (one of `id`,

docs/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandoc: '3.2'
22
pkgdown: 2.1.1
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2024-12-04T19:18Z
5+
last_built: 2024-12-04T19:29Z

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)