update.repository.path {github}R Documentation

Update the contents of a file

Description

Update the contents of a file

Usage

## S3 method for class 'repository.path'
update(owner, repo, path, ..., ctx = get.github.context())

Arguments

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

Value

the file


[Package github version 0.9.12 Index]