Skip to content

Commit 484b1eb

Browse files
updated README to reflect that sampel OWRS file must be downloaded
1 parent 8344884 commit 484b1eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ devtools::install_github("California-Data-Collaborative/RateParser")
2222

2323
This section demonstrates how to apply RateParser to calculate water bills given a dataframe of publicly available [billing data](https://data.smgov.net/Public-Services/Water-Usage/4nnq-5vzx) from the City of Santa Monica.
2424

25-
First we load the RateParser package and read in the example OWRS file.
25+
First we load the RateParser package and read in the example OWRS file. The example OWRS file for the city of Santa Monica can be downloaded directly from [this link](https://raw.githubusercontent.com/California-Data-Collaborative/RateParser/master/examples/smc-2016-03-01.owrs) (right-click, Save as...) or can be found in the `examples` directory if this repository is downloaded or cloned.
2626
```{r}
2727
library(RateParser)
2828

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Getting Started
2121

2222
This section demonstrates how to apply RateParser to calculate water bills given a dataframe of publicly available [billing data](https://data.smgov.net/Public-Services/Water-Usage/4nnq-5vzx) from the City of Santa Monica.
2323

24-
First we load the RateParser package and read in the example OWRS file.
24+
First we load the RateParser package and read in the example OWRS file. The example OWRS file for the city of Santa Monica can be downloaded directly from [this link](https://raw.githubusercontent.com/California-Data-Collaborative/RateParser/master/examples/smc-2016-03-01.owrs) (right-click, Save as...) or can be found in the `examples` directory if this repository is downloaded or cloned.
2525

2626
``` r
2727
library(RateParser)

0 commit comments

Comments
 (0)