powered by
Identify git provenance of file within a project
gitProvenance(project.id, filepath = 0)
Project id to search for history within
File that will be hashed and search within Git history, File choose dialogue if not specified
list of 1) filename, 2) Git commit including commit message, date, author and 2) file info
Requires a Git commit snapshot within the project
# NOT RUN { projpath <- file.path(getProjectPath("adaprHome"),"Programs") gitProvenance("adaprHome",file.path(projpath,"read_data.R")) # } # NOT RUN { # }
Run the code above in your browser using DataLab