https://github.com/ijlyttle/odsapi
Access the 'OpenDataSoft' API v2.0
https://github.com/ijlyttle/odsapi
Last synced: 4 months ago
JSON representation
Access the 'OpenDataSoft' API v2.0
- Host: GitHub
- URL: https://github.com/ijlyttle/odsapi
- Owner: ijlyttle
- License: other
- Created: 2019-02-18T22:07:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T22:28:42.000Z (over 7 years ago)
- Last Synced: 2025-10-11T15:06:58.110Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://cran.r-project.org/package=odsapi)
[](https://travis-ci.org/ijlyttle/odsapi)
# odsapi
The goal of odsapi is to help you use the [OpenDataSoft v2 API](https://help.opendatasoft.com/apis/ods-search-v2/#search-api-v2).
## Installation
You can install the released version of odsapi from [GitHub](https://github.com/ijlyttle/odsapi) with:
```r
# install.packages("remotes")
remotes::install_github("ijlyttle/odsapi")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
## basic example code
```