An open API service indexing awesome lists of open source software.

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

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%"
)
```

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/odsapi)](https://cran.r-project.org/package=odsapi)
[![Travis build status](https://travis-ci.org/ijlyttle/odsapi.svg?branch=master)](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
```