Learn R Programming

rdatamarket (version 0.6.5)

dminit: Initialize DataMarket client with an API key

Description

An API key is required to access locked and non-public data. Access to public datasets does not require an API key, for now at least.

Usage

dminit(api.key)

Arguments

api.key
a DataMarket API key, found in your account profile, or NULL to forget the previously entered API key.

Examples

Run this code
dminit("1234567890abcdef1234567890abcdef")
dminit(NULL)

Run the code above in your browser using DataLab