get_social: Gets social data for a given coin id.

Description Usage Arguments Value References Examples

View source: R/public_api.R

Description

get_social returns a list containing several tibbles that provide social details for the specified coin.

Usage

1

Arguments

id

integer. Coin id. Can be retreived using get_coins.

Value

A list with the following structure:

References

https://www.cryptocompare.com/api#-api-data-socialstats-

Examples

1
2
3
4
5
## Not run: 
# Get bitcoin social data
get_social(1182)

## End(Not run)

blairj09/cryptor documentation built on May 23, 2019, 7:32 a.m.