Learn R Programming

ghclass (version 0.1.0)

local_repo_log: Local repository tools

Description

Returns up to max entries from a git repo's log

Usage

local_repo_log(repo_dir, max = 100)

Arguments

repo_dir

Vector of repo directories or a single directory containing one or more repos.

max

Maximum number of log entries to retrieve per repo.

Examples

Run this code
# NOT RUN {
local_repo_log("hw1/")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab