Learn R Programming

ghclass (version 0.1.0)

repo_delete_file: Function for deleting files from a Github repository

Description

Function for deleting files from a Github repository

Usage

repo_delete_file(repo, path, message = NULL, branch = "master")

Arguments

repo

Character. Address of repository in owner/name format.

path

Character. File path within the repository.

message

Character. Commit message. If not provided, a custom character string will be created.

branch

Character. Name of branch to use, defaults to "master".