Created
March 30, 2021 03:28
-
-
Save ries9112/f0f7f3fc609cde25000135f5c86b55a3 to your computer and use it in GitHub Desktop.
R script to pull data from hicetnunc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(pacman) | |
# Load packages | |
p_load('pins') | |
# Register Board for data pull | |
board_register("https://raw.githubusercontent.com/predictcrypto/pins/master/","pins_repo") | |
# Pull data | |
stats_hicetnunc <- pin_get("stats_hicetnunc", "pins_repo") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment