FUNCTION_DESCRIPTION

gitLister(paff = ".")

Arguments

paff

what folder contains all the folders that you want to confirm git-ness, Default: '.'

Value

returns a dataframe of all the folders that DO have git initialized.

Details

DETAILS

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 %>% } }