get_git_branches: Returns the list of git branches used for analysis in the...

View source: R/config.R

get_git_branchesR Documentation

Returns the list of git branches used for analysis in the current project.

Description

This function returns a list of the git branches used for analysis in the current project specified in the input parameter 'config_file'. The input, 'config_file' must be a parsed configuration file. The function will inform the user if the list of branches to be analyzed exists in the parsed configuration file, 'config_file'.

Usage

get_git_branches(config_file)

Arguments

config_file

The parsed configuration file obtained from parse_config.

Value

The list of git branches.


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.