Description Usage Arguments Examples
Delete a file
| 1 | rest_DELETE(repo, path, message, sha = NULL, branch = "master", ...)
 | 
| repo | (character) Repository name | 
| path | (character) Path to file from root of repo | 
| message | (character) Commmit message | 
| sha | (character) The blob SHA of the file being replaced. | 
| branch | (character) Git branch. Default: master | 
| ... | Further args to  | 
| 1 2 3 4 5 | ## Not run: 
rest_DELETE(repo = "ropensci/datasets", path = "mtcars.csv",
   message = "deleting file")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.