update.repository.path {github} | R Documentation |
Update the contents of a file
## S3 method for class 'repository.path'
update(owner, repo, path, ..., ctx = get.github.context())
owner |
the repo owner (user, org, etc) |
repo |
the name of the repo |
path |
the file path |
... |
extra parameters to be passed. See http://developer.github.com/v3/repos/contents/#update-a-file |
ctx |
the github context object |
the file