hsdeck: hsdeck

Description Usage Arguments Value Examples

View source: R/hsdeck.R

Description

This function shows all the cards that are in the deck you search.

Usage

1
hsdeck(id, secret, deckcode)

Arguments

id

A client Id you obtained from Blizzard api.

secret

A client Secret you obtained from Blizzard api.

deckcode

Enter the Hearthstone deckcode.

Value

All the cards that are in the deck.

Examples

1
hsdeck(id = Sys.getenv("id"), secret = Sys.getenv("secret"), deckcode = "AAECAaoIAqH4AualAw7TAeAGkwn6qgL28AKP+wKc/wKMhQP2igO0lwPGmQP0mQPUpQPYqQMA")

nhk2120/hstone documentation built on Dec. 12, 2019, 12:47 a.m.