Skip to content

Commit

Permalink
Merge 03d36cc into fa923de
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchern committed May 7, 2016
2 parents fa923de + 03d36cc commit 5691708
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ Use ```ls.socrata()``` to list all datasets available on a Socrata webserver.

[testthat](http://cran.r-project.org/package=testthat) test coverage.

Installation
-------------

To get the current released version from CRAN:

```R
install.packages("RSocrata")
```

To get the current development version from github:

```R
# install.packages("devtools")
devtools::install_github("Chicago/RSocrata")
```

### Example: Reading SoDA valid URLs
```r
earthquakesDataFrame <- read.socrata("http://soda.demo.socrata.com/resource/4334-bgaj.csv")
Expand Down

0 comments on commit 5691708

Please sign in to comment.