Learn R Programming

Rperform (version 0.0.0.9000)

get_datetime: DateTime value of a git commit object.

Description

get_sha(commit_val = ) returns the date-time value for the git commit object provided as the parameter.

Usage

get_datetime(commit_val)

Arguments

commit_val

git commit object, as returned by git2r::commits()

See Also

commits