Low level function for adding a file to a Github repository
repo_put_file(
repo,
path,
content,
message = NULL,
branch = "master",
verbose = TRUE
)
Character. Address of repository in owner/name
format.
Character. File path within the repository.
Character or raw. Content of the file.
Character. Commit message. If not provided, a custom character string will be created.
Character. Name of branch to use, defaults to "master".
Logical. Should success / failure messages be printed