Skip to content

Instantly share code, notes, and snippets.

@GarrettMooney
Created August 30, 2018 01:08
Show Gist options
  • Save GarrettMooney/44048b1bf18eee458ac53f13c07bbad7 to your computer and use it in GitHub Desktop.
Save GarrettMooney/44048b1bf18eee458ac53f13c07bbad7 to your computer and use it in GitHub Desktop.
Create gist via R.
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