mirror of
https://github.com/FlipsideCrypto/sdk.git
synced 2026-02-06 02:36:43 +00:00
RConnect / packrat having trouble with DESCRIPTION file of this R package, possibly due to github codehash for repo. Fixing to reinstall from scratch.
14 lines
751 B
Plaintext
14 lines
751 B
Plaintext
Package: shroomDK
|
|
Type: Package
|
|
Title: Accessing the Flipside Crypto ShroomDK REST API within R.
|
|
Version: 0.1.0
|
|
Author: Carlos Mercado
|
|
Maintainer: Carlos Mercado <carlos.mercado@flipsidecrypto.com>
|
|
Description: Contains 3 functions to access the REST API. create_query_token passes a SQL query to the API to generate a query token. get_query_from_token passes the query token to the Flipside's Snowflake to grab the query result. clean_query converts the resulting JSON into a data frame, potentially of lists() if the result does not have the same number of elements in each object (i.e., not same number of rows in each column). Coerce columns accordingly.
|
|
License: MIT
|
|
Encoding: UTF-8
|
|
Imports:
|
|
httr, jsonlite
|
|
LazyData: false
|
|
RoxygenNote: 7.2.0
|