Created
August 30, 2018 01:08
-
-
Save GarrettMooney/44048b1bf18eee458ac53f13c07bbad7 to your computer and use it in GitHub Desktop.
Create gist via R.
This file contains 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(gistr) | |
# create | |
gist_create(files='../create_gist.R', | |
description='Create gist via R.') | |
# update | |
gists(what = "minepublic")[[1]] %>% | |
update_files('../create_gist.R') %>% | |
update() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment