Skip to content

Filtering Git History #307

Discussion options

You must be logged in to vote

I believe there is still a misconception of what Kaiaulu is: Kaiaulu has a function called parse_gitlog() that gives you a table you can manipulate in R. How you go about filter a git history is how one would go about subsetting a table in R using the R data.table library. I'd suggest you check the data.table docs on performing table subsetting. You could also just save the table using fwrite to manipulate in excel or other language. The Notebooks will provide you explains on how to use Kaiaulu R functions generally related to git analysis.

Kaiaulu, as an R package, just provides you a set of convenience functions that gives you tables in R. You will still have to use R to manipulate the …

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@carlosparadis
Comment options

Answer selected by carlosparadis
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #306 on August 04, 2024 00:30.