get_yyyymm_commit | R Documentation |
Find the git commit closest to the given yyyymmdd.
get_yyyymm_commit(
gitdir = "~/hpgltools",
version = NULL,
year = NULL,
month = NULL,
day = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.