setup: Setup

Description Usage Arguments Examples

View source: R/setup.R

Description

Specifies API Key and the base URL for session

Usage

1
2
3
4
5
setup(api_key = NULL, sandbox = FALSE)

get_setup()

reset_setup(api_key = TRUE, sandbox = TRUE)

Arguments

api_key

Your Coinmarketcap API key.

sandbox

Sets the base URL for the API. If set to TRUE, the sandbox-API is called. The default is FALSE.

Examples

1
2
setup("xXXXXxxxXXXxx")
get_setup()

trafficonese/coinmarketcap_v2 documentation built on Nov. 5, 2019, 10:57 a.m.