Learn R Programming

ghclass (version 0.1.0)

repo_ls: Low level function for listing the contents of a GitHub Repository

Description

Low level function for listing the contents of a GitHub Repository

Usage

repo_ls(repo, path, branch = "master", full_path = FALSE)

Arguments

repo

Character. Address of repository in owner/name format.

path

Characer. Path to list.

branch

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

full_path

Logical. Should the function return the full path of the files and directories.