Learn R Programming

⚠️There's a newer version (0.3.0) of this package.Take me there.

enigma (version 0.1.1)

R Client for the Enigma API

Description

Enigma (https://enigma.io) holds many public datasets from governments, companies, universities, and organizations. Enigma provides an API for data, metadata, and statistics on each of the datasets. enigma is an R client to interact with the Enigma API, including getting the data and metadata for datasets in Enigma, as well as collecting statistics on datasets. In addition, you can download a gzipped csv file of a dataset if you want the whole dataset. An API key from Enigma is required to use enigma.

Copy Link

Version

Install

install.packages('enigma')

Monthly Downloads

19

Version

0.1.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Scott Chamberlain

Last Published

December 11th, 2014

Functions in enigma (0.1.1)

enigma

enigma, an R client for Enigma.io
rate_limit

Get rate limit data.
enigma_data

Fetch a dataset from Enigma.
enigma_metadata

Search for metadata on a dataset from Enigma.
enigma_stats

Get statistics on columns of a dataset from Enigma.
enigma_fetch

Download a gzipped csv file of a dataset.
error_handler

Error handler function for enigma_* functions