Skip to content

Instantly share code, notes, and snippets.

@ries9112
Created March 30, 2021 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ries9112/f0f7f3fc609cde25000135f5c86b55a3 to your computer and use it in GitHub Desktop.
Save ries9112/f0f7f3fc609cde25000135f5c86b55a3 to your computer and use it in GitHub Desktop.
R script to pull data from hicetnunc
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