get_github_repo: Returns the name of the GitHub repository for a specific...

View source: R/config.R

get_github_repoR Documentation

Returns the name of the GitHub repository for a specific project key.

Description

This function returns the name of the GitHub repository for a specific project key, that is 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 name of the GitHub repository exists in the parsed configuration file, 'config_file'.

Usage

get_github_repo(config_file, project_key_index)

Arguments

config_file

The parsed configuration file obtained from parse_config.

project_key_index

The name of the index of the project key (e.g. "project_key_1" or "project_key_2").

Value

The name of the GitHub repository for project specified by key 'project_key_index'.


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