mirror of
https://github.com/FlipsideCrypto/sdk.git
synced 2026-02-06 10:46:43 +00:00
fixing for RConnect
RConnect / packrat having trouble with DESCRIPTION file of this R package, possibly due to github codehash for repo. Fixing to reinstall from scratch.
This commit is contained in:
parent
77d9afd3a3
commit
bd1d71c5eb
13
DESCRIPTION
Normal file
13
DESCRIPTION
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user