Description Usage Arguments Details Value Examples
Identify git provenance of file within a project
1 | gitProvenance(project.id, filepath = 0)
|
project.id |
Project id to search for history within |
filepath |
File that will be hashed and search within Git history, File choose dialogue if not specified |
Requires a Git commit snapshot within the project
list of 1) filename, 2) Git commit including commit message, date, author and 2) file info
1 2 3 4 5 | ## Not run:
projpath <- file.path(getProjectPath("adaprHome"),"Programs")
gitProvenance("adaprHome",file.path(projpath,"read_data.R"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.