files function

Add files to a gist object

Add files to a gist object

add_files(gist, ...) update_files(gist, ...) delete_files(gist, ...) rename_files(gist, ...)

Arguments

  • gist: A gist object or something coerceable to a gist
  • ...: Curl options passed on to verb-GET

Examples

## Not run: add_files("~/stuff.Rmd") # update_files() # delete_files() # rename_files() ## End(Not run)
  • Maintainer: Scott Chamberlain
  • License: MIT + file LICENSE
  • Last published: 2020-07-29