get_yyyymm_commit: Find the git commit closest to the given yyyymmdd.

View source: R/helpers_misc.R

get_yyyymm_commitR Documentation

Find the git commit closest to the given yyyymmdd.

Description

Find the git commit closest to the given yyyymmdd.

Usage

get_yyyymm_commit(
  gitdir = "~/hpgltools",
  version = NULL,
  year = NULL,
  month = NULL,
  day = NULL
)

Arguments

gitdir

Location of the git repository, I assume hpgltools.

version

String containing all yyyymmdd.

year

Chosen year which will be coerced to yyyy.

month

Chosen month coerced to mm.

day

Chosen day coerced to dd.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.