Learn R Programming

rDataPipeline (version 0.60.0)

get_github_hash: Get current GitHub hash

Description

Get the hash of the latest commit in the master branch of a particular repository. This function assumes git is installed and located in the System PATH.

Usage

get_github_hash(repo)

Arguments

repo

a string specifying the github username/repository

See Also

Other get functions: get_components(), get_entry(), get_existing(), get_file_hash()