inst/doc/supported-currencies-and-exchanges.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  error = TRUE,
  collapse = TRUE,
  comment = "#>"
)

Sys.sleep(60)

## ----setup--------------------------------------------------------------------
library(geckor)

## ----supported-coins----------------------------------------------------------
coins <- supported_coins()

# number of supported coins:
nrow(coins)

head(coins, 10)

## ----supported-exchanges------------------------------------------------------
exchanges <- supported_exchanges()

# number of supported exchanges:
nrow(exchanges)

head(exchanges, 10)

## ----supported-currencies-----------------------------------------------------
currencies <- supported_currencies()
currencies

Try the geckor package in your browser

Any scripts or data that you put into this service are public.

geckor documentation built on Nov. 1, 2021, 5:07 p.m.